Skip to content

Commit 97a3080

Browse files
committed
Regenerate baseline
1 parent daafeae commit 97a3080

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

phpstan-baseline.neon

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
parameters:
22
ignoreErrors:
3-
-
4-
message: "#^Call to an undefined method ReflectionClass\\|ReflectionClassConstant\\|ReflectionMethod\\|ReflectionProperty\\:\\:getAttributes\\(\\)\\.$#"
5-
count: 1
6-
path: src/Config/Parser/AttributeParser.php
7-
83
-
94
message: "#^Abstract class Overblog\\\\GraphQLBundle\\\\Annotation\\\\Builder cannot be an Attribute class\\.$#"
105
count: 1
@@ -90,16 +85,6 @@ parameters:
9085
count: 1
9186
path: src/Config/Processor/BuilderProcessor.php
9287

93-
-
94-
message: "#^Attribute class Overblog\\\\GraphQLBundle\\\\Definition\\\\ReturnTypeWillChange does not exist\\.$#"
95-
count: 1
96-
path: src/Definition/Argument.php
97-
98-
-
99-
message: "#^Used constant ReturnTypeWillChange not found\\.$#"
100-
count: 1
101-
path: src/Definition/Argument.php
102-
10388
-
10489
message: "#^Method Overblog\\\\GraphQLBundle\\\\Definition\\\\Builder\\\\TypeFactory\\:\\:create\\(\\) should return GraphQL\\\\Type\\\\Definition\\\\Type but returns object\\.$#"
10590
count: 1
@@ -121,9 +106,14 @@ parameters:
121106
path: src/DependencyInjection/Compiler/ConfigParserPass.php
122107

123108
-
124-
message: "#^Parameter \\#2 \\$nodes of class GraphQL\\\\Error\\\\Error constructor expects GraphQL\\\\Language\\\\AST\\\\Node\\|\\(iterable\\<GraphQL\\\\Language\\\\AST\\\\Node\\>&Traversable\\)\\|null, array\\<GraphQL\\\\Language\\\\AST\\\\Node\\>\\|null given\\.$#"
109+
message: "#^Parameter \\#1 \\$id of class Symfony\\\\Component\\\\DependencyInjection\\\\Reference constructor expects string, string\\|Symfony\\\\Component\\\\DependencyInjection\\\\Reference given\\.$#"
110+
count: 1
111+
path: src/DependencyInjection/Compiler/ResolverMapTaggedServiceMappingPass.php
112+
113+
-
114+
message: "#^Parameter \\#1 \\$keys of function array_fill_keys expects array, array\\|bool\\|float\\|int\\|string\\|null given\\.$#"
125115
count: 1
126-
path: src/Error/ErrorHandler.php
116+
path: src/DependencyInjection/Compiler/ResolverMapTaggedServiceMappingPass.php
127117

128118
-
129119
message: "#^Method Overblog\\\\GraphQLBundle\\\\Error\\\\ExceptionConverter\\:\\:convertException\\(\\) should return Throwable but returns object\\.$#"
@@ -235,11 +225,6 @@ parameters:
235225
count: 1
236226
path: tests/Config/Parser/fixtures/annotations/Type/Animal.php
237227

238-
-
239-
message: "#^Missing parameter \\$name \\(string\\|null\\) in call to Overblog\\\\GraphQLBundle\\\\Annotation\\\\TypeInterface constructor\\.$#"
240-
count: 1
241-
path: tests/Config/Parser/fixtures/annotations/Type/Character.php
242-
243228
-
244229
message: "#^Parameter \\#1 \\$exceptionMap of class Overblog\\\\GraphQLBundle\\\\Error\\\\ExceptionConverter constructor expects array\\<string, string\\>, array\\<string, array\\<string\\>\\> given\\.$#"
245230
count: 1
@@ -266,7 +251,7 @@ parameters:
266251
path: tests/ExpressionLanguage/TestCase.php
267252

268253
-
269-
message: "#^Parameter \\#1 \\$.* of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{mixed, 'with'\\} given\\.$#"
254+
message: "#^Parameter \\#1 \\$callback of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{mixed, 'with'\\} given\\.$#"
270255
count: 1
271256
path: tests/ExpressionLanguage/TestCase.php
272257

@@ -361,7 +346,7 @@ parameters:
361346
path: tests/Relay/Connection/AbstractConnectionBuilderTest.php
362347

363348
-
364-
message: "#^Parameter \\#1 \\$.* of function count expects array\\|Countable, iterable\\<Overblog\\\\GraphQLBundle\\\\Relay\\\\Connection\\\\EdgeInterface\\> given\\.$#"
349+
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, iterable\\<Overblog\\\\GraphQLBundle\\\\Relay\\\\Connection\\\\EdgeInterface\\> given\\.$#"
365350
count: 1
366351
path: tests/Relay/Connection/AbstractConnectionBuilderTest.php
367352

0 commit comments

Comments
 (0)