Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b833be7

Browse filesBrowse 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
Copy full SHA for b833be7

File tree

1 file changed

+0
-3
lines changed
Filter options

1 file changed

+0
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.