@@ -89,7 +89,7 @@ parameters:
89
89
path: %currentWorkingDirectory%/src/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php
90
90
-
91
91
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
93
93
94
94
# Expected, due to optional interfaces
95
95
- '#Method ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryCollectionExtensionInterface::applyToCollection\(\) invoked with 5 parameters, 3-4 required\.#'
@@ -113,15 +113,22 @@ parameters:
113
113
-
114
114
message: '#Class Symfony\\Component\\ErrorHandler\\ErrorRenderer\\ErrorRendererInterface not found\.#'
115
115
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
116
123
-
117
124
message: '#Parameter \$exception of method ApiPlatform\\Core\\Action\\ExceptionAction::__invoke\(\) has invalid typehint type Symfony\\Component\\ErrorHandler\\Exception\\FlattenException\.#'
118
125
path: %currentWorkingDirectory%/src/Action/ExceptionAction.php
119
-
120
126
- '#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
122
130
-
123
131
message: '#Instanceof between bool\|float\|int|null and ArrayObject will always evaluate to false\.#'
124
132
paths:
125
133
- %currentWorkingDirectory%/src/JsonApi/Serializer/ItemNormalizer.php
126
134
- %currentWorkingDirectory%/src/Serializer/AbstractItemNormalizer.php
127
- - '#Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener#'
0 commit comments