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

Skip to content

Commit b833be7

Browse files
committed
minor #24766 [FrameworkBundle] Drop serializer.cache option (chalasr)
This PR was merged into the 4.0-dev branch. Discussion ---------- [FrameworkBundle] Drop serializer.cache option | Q | A | ------------- | --- | Branch? | 4.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a BC layer has been removed already but not the option, probably a bad merge. Commits ------- 85f09a4 [FrameworkBundle] Drop serializer.cache option
2 parents a32b130 + 85f09a4 commit b833be7

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)