Skip to content

Commit 6de99d2

Browse files
committed
chore(dev): composer phpstan-baseline
1 parent ea9bdaa commit 6de99d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ parameters:
3737
path: src/GraphQL.php
3838

3939
-
40-
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|GraphQL\\Type\\Definition\\NonNull\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
40+
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
4141
identifier: argument.type
4242
count: 1
4343
path: src/GraphQL.php
@@ -127,7 +127,7 @@ parameters:
127127
path: src/Support/CursorPaginationType.php
128128

129129
-
130-
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|GraphQL\\Type\\Definition\\NonNull\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
130+
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
131131
identifier: argument.type
132132
count: 1
133133
path: src/Support/CursorPaginationType.php
@@ -361,7 +361,7 @@ parameters:
361361
path: src/Support/PaginationType.php
362362

363363
-
364-
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|GraphQL\\Type\\Definition\\NonNull\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
364+
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
365365
identifier: argument.type
366366
count: 1
367367
path: src/Support/PaginationType.php
@@ -529,7 +529,7 @@ parameters:
529529
path: src/Support/SelectFields.php
530530

531531
-
532-
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|GraphQL\\Type\\Definition\\NonNull\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
532+
message: '#^Parameter \#1 \$type of static method GraphQL\\Type\\Definition\\Type\:\:nonNull\(\) expects \(callable\(\)\: \(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\)\)\|\(GraphQL\\Type\\Definition\\NullableType&GraphQL\\Type\\Definition\\Type\), GraphQL\\Type\\Definition\\Type given\.$#'
533533
identifier: argument.type
534534
count: 1
535535
path: src/Support/SimplePaginationType.php
@@ -1831,7 +1831,7 @@ parameters:
18311831
path: tests/Unit/EngineErrorInResolverTests/QueryWithEngineErrorInCodeQuery.php
18321832

18331833
-
1834-
message: '#^Parameter \#2 \$visitor of static method GraphQL\\Language\\Visitor\:\:visit\(\) expects array\<string, array\<string, callable\(GraphQL\\Language\\AST\\Node\)\: \(GraphQL\\Language\\AST\\Node\|GraphQL\\Language\\AST\\NodeList\<GraphQL\\Language\\AST\\Node\>\|GraphQL\\Language\\VisitorOperation\|void\|false\|null\)\>\|\(callable\(GraphQL\\Language\\AST\\Node\)\: \(GraphQL\\Language\\AST\\Node\|GraphQL\\Language\\AST\\NodeList\<GraphQL\\Language\\AST\\Node\>\|GraphQL\\Language\\VisitorOperation\|void\|false\|null\)\)\>, array\{VariableDefinition\: Closure\(mixed, mixed, mixed, mixed, mixed\)\: mixed\} given\.$#'
1834+
message: '#^Parameter \#2 \$visitor of static method GraphQL\\Language\\Visitor\:\:visit\(\) expects array\<string, array\<string, callable\(GraphQL\\Language\\AST\\Node\)\: \(GraphQL\\Language\\VisitorOperation\|void\|false\|null\)\>\|\(callable\(GraphQL\\Language\\AST\\Node\)\: \(GraphQL\\Language\\VisitorOperation\|void\|false\|null\)\)\>, array\{VariableDefinition\: Closure\(mixed, mixed, mixed, mixed, mixed\)\: mixed\} given\.$#'
18351835
identifier: argument.type
18361836
count: 1
18371837
path: tests/Unit/ExecutionMiddlewareTest/ChangeQueryArgTypeMiddleware.php

0 commit comments

Comments
 (0)