E578 [Serializer] Remove const override · symfony/symfony@25312c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25312c4

Browse files
committed
[Serializer] Remove const override
1 parent 985ef53 commit 25312c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ abstract class AbstractObjectNormalizer extends AbstractNormalizer
3131
{
3232
const ENABLE_MAX_DEPTH = 'enable_max_depth';
3333
const DEPTH_KEY_PATTERN = 'depth_%s::%s';
34-
const ALLOW_EXTRA_ATTRIBUTES = 'allow_extra_attributes';
3534
const DISABLE_TYPE_ENFORCEMENT = 'disable_type_enforcement';
3635

3736
private $propertyTypeExtractor;

0 commit comments

Comments
 (0)
0