You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,22 @@
1
1
parameters:
2
2
ignoreErrors:
3
+
-
4
+
message:"#^Variable \\$value on left side of \\?\\? always exists and is always null\\.$#"
5
+
count:1
6
+
path:src/Eloquent/Model.php
7
+
8
+
-
9
+
message:"#^Variable \\$value on left side of \\?\\? always exists and is not nullable\\.$#"
10
+
count:1
11
+
path:src/Eloquent/Model.php
12
+
3
13
-
4
14
message:"#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:pull\\(\\)\\.$#"
5
15
count:1
6
16
path:src/Relations/BelongsToMany.php
7
17
8
18
-
9
-
message:"#^Cannot call method modelKeys\\(\\) on array\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\|Illuminate\\\\Support\\\\Collection\\.$#"
19
+
message:"#^Cannot call method modelKeys\\(\\) on array\\|Illuminate\\\\Support\\\\Collection\\.$#"
0 commit comments