Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f46a176

Browse files
committed
Apply patch
1 parent f361e52 commit f46a176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizerDecoratorSerializer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public function __construct($normalizer)
2121
if (false === $normalizer instanceof NormalizerInterface && false === $normalizer instanceof DenormalizerInterface) {
2222
throw new \InvalidArgumentException();
2323
}
24-
24+
2525
$this->normalizer = $normalizer;
2626
}
27-
27+
2828
/**
2929
* {@inheritdoc}
3030
*/

0 commit comments

Comments
 (0)