Skip to content

Commit

Permalink
Merge pull request #860 from bavix/belongsTo-phpstan
Browse files Browse the repository at this point in the history
phpstan baseline
  • Loading branch information
rez1dent3 authored Jan 23, 2024
2 parents db0014f + 5952747 commit 4ff4ef5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.src.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ parameters:
count: 1
path: src/Models/Transaction.php

-
message: "#^Parameter \\#1 \\$related of method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:belongsTo\\(\\) expects string, mixed given\\.$#"
count: 4
path: src/Models/Transfer.php

-
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
count: 1
Expand Down

0 comments on commit 4ff4ef5

Please sign in to comment.