Skip to content

Commit 4ff4ef5

Browse files
authored
Merge pull request #860 from bavix/belongsTo-phpstan
phpstan baseline
2 parents db0014f + 5952747 commit 4ff4ef5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan.src.baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ parameters:
5555
count: 1
5656
path: src/Models/Transaction.php
5757

58+
-
59+
message: "#^Parameter \\#1 \\$related of method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:belongsTo\\(\\) expects string, mixed given\\.$#"
60+
count: 4
61+
path: src/Models/Transfer.php
62+
5863
-
5964
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
6065
count: 1

0 commit comments

Comments
 (0)