We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936a616 commit 4c6db56Copy full SHA for 4c6db56
phpstan-baseline.neon
@@ -215,6 +215,11 @@ parameters:
215
count: 1
216
path: src/contracts/Output/Visitor.php
217
218
+ -
219
+ message: "#^Method Symfony\\\\Component\\\\Serializer\\\\Normalizer\\\\NormalizerInterface\\:\\:supportsNormalization\\(\\) invoked with 3 parameters, 1\\-2 required\\.$#"
220
+ count: 1
221
+ path: src/contracts/Output/VisitorAdapterNormalizer.php
222
+
223
-
224
message: "#^Method Ibexa\\\\Rest\\\\FieldTypeProcessor\\\\BaseRelationProcessor\\:\\:setLocationService\\(\\) has no return type specified\\.$#"
225
0 commit comments