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
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,12 @@ parameters:
193
193
194
194
-
195
195
message: "#^Access to an undefined property GraphQL\\\\Language\\\\AST\\\\ListTypeNode\\|GraphQL\\\\Language\\\\AST\\\\NamedTypeNode\\|GraphQL\\\\Language\\\\AST\\\\NonNullTypeNode\\:\\:\\$name\\.$#"
196
-
count: 1
196
+
count: 4
197
197
path: app/GraphQL/Directives/FilterDirective.php
198
198
199
199
-
200
200
message: "#^Access to an undefined property GraphQL\\\\Language\\\\AST\\\\ListTypeNode\\|GraphQL\\\\Language\\\\AST\\\\NamedTypeNode\\|GraphQL\\\\Language\\\\AST\\\\NonNullTypeNode\\:\\:\\$type\\.$#"
201
-
count: 1
201
+
count: 4
202
202
path: app/GraphQL/Directives/FilterDirective.php
203
203
204
204
-
@@ -211,6 +211,16 @@ parameters:
211
211
count: 1
212
212
path: app/GraphQL/Directives/FilterDirective.php
213
213
214
+
-
215
+
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:orWhereRaw\\(\\)\\.$#"
216
+
count: 1
217
+
path: app/GraphQL/Directives/FilterDirective.php
218
+
219
+
-
220
+
message: "#^Dynamic call to static method Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:whereRaw\\(\\)\\.$#"
221
+
count: 1
222
+
path: app/GraphQL/Directives/FilterDirective.php
223
+
214
224
-
215
225
message: "#^Method App\\\\GraphQL\\\\Directives\\\\FilterDirective\\:\\:applyFilters\\(\\) has parameter \\$builder with generic class Illuminate\\\\Database\\\\Eloquent\\\\Builder but does not specify its types\\: TModelClass$#"
216
226
count: 1
@@ -221,19 +231,29 @@ parameters:
221
231
count: 1
222
232
path: app/GraphQL/Directives/FilterDirective.php
223
233
234
+
-
235
+
message: "#^Method App\\\\GraphQL\\\\Directives\\\\FilterDirective\\:\\:handleBuilder\\(\\) never returns Illuminate\\\\Database\\\\Query\\\\Builder so it can be removed from the return type\\.$#"
236
+
count: 1
237
+
path: app/GraphQL/Directives/FilterDirective.php
238
+
224
239
-
225
240
message: "#^Parameter \\#1 \\$array of function array_key_first expects array, mixed given\\.$#"
226
241
count: 1
227
242
path: app/GraphQL/Directives/FilterDirective.php
228
243
244
+
-
245
+
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, array\\<string, GraphQL\\\\Language\\\\AST\\\\Node&GraphQL\\\\Language\\\\AST\\\\TypeDefinitionNode\\>\\|GraphQL\\\\Language\\\\AST\\\\NodeList\\<GraphQL\\\\Language\\\\AST\\\\Node&GraphQL\\\\Language\\\\AST\\\\TypeDefinitionNode\\> given\\.$#"
246
+
count: 1
247
+
path: app/GraphQL/Directives/FilterDirective.php
248
+
229
249
-
230
250
message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
0 commit comments