Skip to content

Commit 281da75

Browse files
committed
make docker-phpstan-baseline
1 parent 4c64786 commit 281da75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

phpstan-baseline.neon

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ parameters:
186186
path: src/Support/Privacy.php
187187

188188
-
189-
message: "#^Instanceof between \\*NEVER\\* and string will always evaluate to false\\.$#"
189+
message: "#^Instanceof between \\*NEVER\\* and 'Jenssegers\\\\\\\\Mongodb…' will always evaluate to false\\.$#"
190190
count: 1
191191
path: src/Support/SelectFields.php
192192

@@ -311,7 +311,7 @@ parameters:
311311
path: src/Support/Type.php
312312

313313
-
314-
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{\\$this\\(Rebing\\\\GraphQL\\\\Support\\\\Type\\), non\\-empty\\-string\\} given\\.$#"
314+
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{\\$this\\(Rebing\\\\GraphQL\\\\Support\\\\Type\\), non\\-falsy\\-string\\} given\\.$#"
315315
count: 1
316316
path: src/Support/Type.php
317317

@@ -1380,6 +1380,11 @@ parameters:
13801380
count: 7
13811381
path: tests/Unit/MutationTest.php
13821382

1383+
-
1384+
message: "#^Relation 'test_validation_custom_attributes' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
1385+
count: 7
1386+
path: tests/Unit/MutationTest.php
1387+
13831388
-
13841389
message: "#^Relation 'test_with_rules' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
13851390
count: 6
@@ -1395,11 +1400,6 @@ parameters:
13951400
count: 14
13961401
path: tests/Unit/MutationTest.php
13971402

1398-
-
1399-
message: "#^Relation 'test_validation_custom_attributes' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
1400-
count: 7
1401-
path: tests/Unit/MutationTest.php
1402-
14031403
-
14041404
message: "#^Relation 'test_with_rules_non_nullable_list_of_non_nullable_input_object' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
14051405
count: 3

0 commit comments

Comments
 (0)