Skip to content

Commit

Permalink
Merge 2.5 to fix phpstan (#3862)
Browse files Browse the repository at this point in the history
* fix phpstan (#3859)

* Fix phpstan (#3861)

* Fix phpstan

* fix phpstan (#3859)
  • Loading branch information
soyuka committed Nov 30, 2020
1 parent 5573b2a commit 2b18296
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,7 @@ parameters:
-
message: '#Call to method PHPUnit\\Framework\\Assert::assertSame\(\) with array\(.+\) and array\(.+\) will always evaluate to false\.#'
path: tests/Util/SortTraitTest.php
# https://github.com/phpstan/phpstan-symfony/issues/27
-
message: '#Service "api_platform\.json_schema\.schema_factory" is private\.#'
path: src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php
-
message: '#Service "api_platform\.iri_converter" is private\.#'
path: src/Bridge/Symfony/Bundle/Test/ApiTestCase.php
# https://github.com/phpstan/phpstan-symfony/issues/76
-
message: '#Service "api_platform\.graphql\.fields_builder" is private\.#'
path: src/GraphQl/Type/TypeBuilder.php
-
message: '#Service "test" is not registered in the container\.#'
path: tests/GraphQl/Type/TypesContainerTest.php
Expand Down

0 comments on commit 2b18296

Please sign in to comment.