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

Skip to content

Commit 85f09a4

Browse files
committed
[FrameworkBundle] Drop serializer.cache option
1 parent a32b130 commit 85f09a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,6 @@ private function addSerializerSection(ArrayNodeDefinition $rootNode)
695695
->{!class_exists(FullStack::class) && class_exists(Serializer::class) ? 'canBeDisabled' : 'canBeEnabled'}()
696696
->children()
697697
->booleanNode('enable_annotations')->{!class_exists(FullStack::class) && class_exists(Annotation::class) ? 'defaultTrue' : 'defaultFalse'}()->end()
698-
->scalarNode('cache')
699-
->setDeprecated('The "%path%.%node%" option is deprecated since Symfony 3.1 and will be removed in 4.0. Configure the "cache.serializer" service under "framework.cache.pools" instead.')
700-
->end()
701698
->scalarNode('name_converter')->end()
702699
->scalarNode('circular_reference_handler')->end()
703700
->arrayNode('mapping')

0 commit comments

Comments
 (0)