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 f361e52 commit f46a176Copy full SHA for f46a176
src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizerDecoratorSerializer.php
@@ -21,10 +21,10 @@ public function __construct($normalizer)
21
if (false === $normalizer instanceof NormalizerInterface && false === $normalizer instanceof DenormalizerInterface) {
22
throw new \InvalidArgumentException();
23
}
24
-
+
25
$this->normalizer = $normalizer;
26
27
28
/**
29
* {@inheritdoc}
30
*/
0 commit comments