You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -454,20 +454,7 @@ private function addValidationSection(ArrayNodeDefinition $rootNode)
454
454
->info('validation configuration')
455
455
->canBeEnabled()
456
456
->children()
457
-
->scalarNode('cache')
458
-
->beforeNormalization()
459
-
// Can be removed in 3.0, once ApcCache support is dropped
460
-
->ifString()->then(function ($v) {
461
-
if ('apc' === $v) {
462
-
@trigger_error('The ability to pass "apc" as the framework.validation.cache configuration key value is deprecated since version 2.8 and will be removed in 3.0. Use the "validator.mapping.cache.doctrine.apc" service id instead.', E_USER_DEPRECATED);
0 commit comments