We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db0014f + 5952747 commit 4ff4ef5Copy full SHA for 4ff4ef5
phpstan.src.baseline.neon
@@ -55,6 +55,11 @@ parameters:
55
count: 1
56
path: src/Models/Transaction.php
57
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
+
63
-
64
message: "#^Property Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
65
0 commit comments