@@ -89,7 +89,7 @@ parameters:
8989 path: %currentWorkingDirectory%/src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php
9090 -
9191 message: '#Service "api_platform.iri_converter" is private\.#'
92- path: %currentWorkingDirectory%/src/Bridge/Symfony/Bundle/Test/ApiTestCase.php
92+ path: %currentWorkingDirectory%/src/Bridge/Symfony/Bundle/Test/ApiTestCase.php
9393
9494 # Expected, due to optional interfaces
9595 - '#Method ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryCollectionExtensionInterface::applyToCollection\(\) invoked with 5 parameters, 3-4 required\.#'
@@ -113,15 +113,22 @@ parameters:
113113 -
114114 message: '#Class Symfony\\Component\\ErrorHandler\\ErrorRenderer\\ErrorRendererInterface not found\.#'
115115 path: %currentWorkingDirectory%/tests/Fixtures/app/AppKernel.php
116+ - '#Class Symfony\\Component\\ErrorHandler\\Exception\\FlattenException not found\.#'
117+ -
118+ message: '#Class Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener not found\.#'
119+ path: %currentWorkingDirectory%/src/EventListener/ExceptionListener.php
120+ -
121+ message: '#Instantiated class Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener not found\.#'
122+ path: %currentWorkingDirectory%/src/EventListener/ExceptionListener.php
116123 -
117124 message: '#Parameter \$exception of method ApiPlatform\\Core\\Action\\ExceptionAction::__invoke\(\) has invalid typehint type Symfony\\Component\\ErrorHandler\\Exception\\FlattenException\.#'
118125 path: %currentWorkingDirectory%/src/Action/ExceptionAction.php
119-
120126 - '#Call to method get(Class|Headers|StatusCode)\(\) on an unknown class Symfony\\Component\\ErrorHandler\\Exception\\FlattenException\.#'
121- - '#Class Symfony\\Component\\ErrorHandler\\Exception\\FlattenException not found\.#'
127+ -
128+ message: "#Call to function method_exists\\(\\) with 'Symfony\\\\\\\\Component.+' and 'getException' will always evaluate to false\\.#"
129+ path: %currentWorkingDirectory%/tests/Bridge/Symfony/Validator/EventListener/ValidationExceptionListenerTest.php
122130 -
123131 message: '#Instanceof between bool\|float\|int|null and ArrayObject will always evaluate to false\.#'
124132 paths:
125133 - %currentWorkingDirectory%/src/JsonApi/Serializer/ItemNormalizer.php
126134 - %currentWorkingDirectory%/src/Serializer/AbstractItemNormalizer.php
127- - '#Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener#'
0 commit comments