Skip to content

Commit 2b18296

Browse files
authored
Merge 2.5 to fix phpstan (api-platform#3862)
* fix phpstan (api-platform#3859) * Fix phpstan (api-platform#3861) * Fix phpstan * fix phpstan (api-platform#3859)
1 parent 5573b2a commit 2b18296

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,7 @@ parameters:
8686
-
8787
message: '#Call to method PHPUnit\\Framework\\Assert::assertSame\(\) with array\(.+\) and array\(.+\) will always evaluate to false\.#'
8888
path: tests/Util/SortTraitTest.php
89-
# https://github.com/phpstan/phpstan-symfony/issues/27
90-
-
91-
message: '#Service "api_platform\.json_schema\.schema_factory" is private\.#'
92-
path: src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php
93-
-
94-
message: '#Service "api_platform\.iri_converter" is private\.#'
95-
path: src/Bridge/Symfony/Bundle/Test/ApiTestCase.php
9689
# https://github.com/phpstan/phpstan-symfony/issues/76
97-
-
98-
message: '#Service "api_platform\.graphql\.fields_builder" is private\.#'
99-
path: src/GraphQl/Type/TypeBuilder.php
10090
-
10191
message: '#Service "test" is not registered in the container\.#'
10292
path: tests/GraphQl/Type/TypesContainerTest.php

0 commit comments

Comments
 (0)