Skip to content

Commit 3e6a154

Browse files
authored
Merge pull request #2886 from teohhanhui/fix/phpstan-ignored-errors-master
Remove ignored errors in phpstan which have been resolved upstream
2 parents 44c5080 + b2a88c3 commit 3e6a154

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ parameters:
3232
path: %currentWorkingDirectory%/src/GraphQl/Resolver/FieldsToAttributesTrait.php
3333
- '#Access to an undefined property Prophecy\\Prophecy\\ObjectProphecy<(\\?[a-zA-Z0-9_]+)+>::\$[a-zA-Z0-9_]+#'
3434
- '#Call to an undefined method Doctrine\\Common\\Persistence\\ObjectManager::getConnection\(\)#'
35-
# https://github.com/symfony/symfony/pull/31903
36-
-
37-
message: '#Access to property \$headers on an unknown class Symfony\\Component\\HttpKernel\\Response\.#'
38-
path: %currentWorkingDirectory%/tests/Bridge/Symfony/Bundle/Twig/ApiPlatformProfilerPanelTest.php
39-
-
40-
message: '#Call to method getStatusCode\(\) on an unknown class Symfony\\Component\\HttpKernel\\Response\.#'
41-
path: %currentWorkingDirectory%/tests/Bridge/Symfony/Bundle/Twig/ApiPlatformProfilerPanelTest.php
4235
- '#Parameter \#1 \$function of function call_user_func expects callable\(\): mixed, .+ given\.#'
4336
- '#Parameter \#1 \$exception of static method Symfony\\Component\\Debug\\Exception\\FlattenException::create\(\) expects Exception, Symfony\\Component\\Serializer\\Exception\\ExceptionInterface given\.#'
4437
- '#Parameter \#1 \$classes of class ApiPlatform\\Core\\Metadata\\Resource\\ResourceNameCollection constructor expects array<string>, array<int, int\|string> given\.#'

0 commit comments

Comments
 (0)