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
+3-28Lines changed: 3 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,9 @@
1
1
parameters:
2
2
ignoreErrors:
3
3
-
4
-
message:"#^Method MongoDB\\\\Laravel\\\\Connection\\:\\:transaction\\(\\) has invalid return type Illuminate\\\\Database\\\\Concerns\\\\TCallbackReturnType\\.$#"
4
+
message:"#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:pull\\(\\)\\.$#"
5
5
count:1
6
-
path:src/Connection.php
7
-
8
-
-
9
-
message:"#^Parameter \\$callback of method MongoDB\\\\Laravel\\\\Connection\\:\\:transaction\\(\\) has invalid type Illuminate\\\\Database\\\\Concerns\\\\TCallbackReturnType\\.$#"
10
-
count:1
11
-
path:src/Connection.php
12
-
13
-
-
14
-
message:"#^Method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:update\\(\\) invoked with 2 parameters, 1 required\\.$#"
15
-
count:1
16
-
path:src/Eloquent/Builder.php
17
-
18
-
-
19
-
message:"#^Parameter \\$offset of method MongoDB\\\\Laravel\\\\Eloquent\\\\Model\\:\\:offsetSet\\(\\) has invalid type Illuminate\\\\Database\\\\Eloquent\\\\TKey\\.$#"
20
-
count:1
21
-
path:src/Eloquent/Model.php
22
-
23
-
-
24
-
message:"#^Parameter \\$offset of method MongoDB\\\\Laravel\\\\Eloquent\\\\Model\\:\\:offsetUnset\\(\\) has invalid type Illuminate\\\\Database\\\\Eloquent\\\\TKey\\.$#"
25
-
count:1
26
-
path:src/Eloquent/Model.php
27
-
28
-
-
29
-
message:"#^Parameter \\$value of method MongoDB\\\\Laravel\\\\Eloquent\\\\Model\\:\\:offsetSet\\(\\) has invalid type Illuminate\\\\Database\\\\Eloquent\\\\TValue\\.$#"
30
-
count:1
31
-
path:src/Eloquent/Model.php
6
+
path:src/Relations/BelongsToMany.php
32
7
33
8
-
34
9
message:"#^Cannot call method modelKeys\\(\\) on array\\|Illuminate\\\\Database\\\\Eloquent\\\\Model\\|Illuminate\\\\Support\\\\Collection\\.$#"
@@ -37,7 +12,7 @@ parameters:
37
12
38
13
-
39
14
message:"#^Method Illuminate\\\\Database\\\\Eloquent\\\\Model\\:\\:push\\(\\) invoked with 3 parameters, 0 required\\.$#"
0 commit comments