File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ parameters:
23
23
- '/Trying to invoke Closure\|null but it might not be a callable/'
24
24
- '/Property Rebing\\GraphQL\\Support\\Field\:\:\$name \(string\) does not accept int\|string/'
25
25
- '/Parameter #1 \$name of method Rebing\\GraphQL\\Support\\Type\:\:getFieldResolver\(\) expects string, int\|string given/'
26
- # tests/Unit/EndpointTest.php
27
- - '/Parameter #1 \$wrappedType of static method GraphQL\\Type\\Definition\\Type::nonNull\(\) expects \(callable\(\): mixed\)\|GraphQL\\Type\\Definition\\NullableType, GraphQL\\Type\\Definition\\Type given/'
28
26
# Mass ignore the raw array property access used in many tests for now
29
27
# See also https://github.com/nunomaduro/larastan/issues/611
30
28
-
31
29
path: tests/*
32
30
message: '/Cannot access property \$[a-z]+ on Rebing\\GraphQL\\Tests\\Support\\Models\\[A-Za-z]+\|null./'
31
+ - path: tests/*
32
+ message: '/Parameter #1 \$type of static method GraphQL\\Type\\Definition\\Type::nonNull\(\) expects .*, GraphQL\\Type\\Definition\\Type given./'
33
33
reportUnmatchedIgnoredErrors: true
You can’t perform that action at this time.
0 commit comments