Skip to content

Commit 249ec6a

Browse files
committed
[Serializer] Remove unused statement, fix doc
1 parent ceb2888 commit 249ec6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Serializer\Exception\InvalidArgumentException;
1515
use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
16-
use Symfony\Component\Serializer\NameConverter\CamelCaseToUnderscore;
1716
use Symfony\Component\Serializer\NameConverter\CamelCaseToUnderscoreNameConverter;
1817
use Symfony\Component\Serializer\NameConverter\NameConverterInterface;
1918

@@ -90,8 +89,6 @@ public function setIgnoredAttributes(array $ignoredAttributes)
9089
*
9190
* @param array $camelizedAttributes
9291
*
93-
* @throws \RuntimeException
94-
*
9592
* @return self
9693
*/
9794
public function setCamelizedAttributes(array $camelizedAttributes)

0 commit comments

Comments
 (0)