Skip to content

Commit

Permalink
make docker-phpstan-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Sep 5, 2022
1 parent 4c64786 commit 281da75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ parameters:
path: src/Support/Privacy.php

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

Expand Down Expand Up @@ -311,7 +311,7 @@ parameters:
path: src/Support/Type.php

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

Expand Down Expand Up @@ -1380,6 +1380,11 @@ parameters:
count: 7
path: tests/Unit/MutationTest.php

-
message: "#^Relation 'test_validation_custom_attributes' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
count: 7
path: tests/Unit/MutationTest.php

-
message: "#^Relation 'test_with_rules' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
count: 6
Expand All @@ -1395,11 +1400,6 @@ parameters:
count: 14
path: tests/Unit/MutationTest.php

-
message: "#^Relation 'test_validation_custom_attributes' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
count: 7
path: tests/Unit/MutationTest.php

-
message: "#^Relation 'test_with_rules_non_nullable_list_of_non_nullable_input_object' is not found in Illuminate\\\\Contracts\\\\Support\\\\MessageBag model\\.$#"
count: 3
Expand Down

0 comments on commit 281da75

Please sign in to comment.