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 ceb2888 commit 249ec6aCopy full SHA for 249ec6a
src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
@@ -13,7 +13,6 @@
13
14
use Symfony\Component\Serializer\Exception\InvalidArgumentException;
15
use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
16
-use Symfony\Component\Serializer\NameConverter\CamelCaseToUnderscore;
17
use Symfony\Component\Serializer\NameConverter\CamelCaseToUnderscoreNameConverter;
18
use Symfony\Component\Serializer\NameConverter\NameConverterInterface;
19
@@ -90,8 +89,6 @@ public function setIgnoredAttributes(array $ignoredAttributes)
90
89
*
91
* @param array $camelizedAttributes
92
93
- * @throws \RuntimeException
94
- *
95
* @return self
96
*/
97
public function setCamelizedAttributes(array $camelizedAttributes)
0 commit comments