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.
1 parent 6c8f41a commit 02b7acbCopy full SHA for 02b7acb
phpstan-baseline.neon
@@ -20,6 +20,11 @@ parameters:
20
count: 3
21
path: src/Relations/BelongsToMany.php
22
23
+ -
24
+ message: "#^Method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:push\\(\\) invoked with 3 parameters, 0 required\\.$#"
25
+ count: 6
26
+ path: src/Relations/MorphToMany.php
27
+
28
-
29
message: "#^Method Illuminate\\\\Database\\\\Schema\\\\Blueprint\\:\\:create\\(\\) invoked with 1 parameter, 0 required\\.$#"
30
count: 1
0 commit comments