8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f787fe commit 2ed30e7Copy full SHA for 2ed30e7
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -192,7 +192,7 @@ private function addSessionSection(ArrayNodeDefinition $rootNode)
192
->children()
193
->booleanNode('auto_start')
194
->info('DEPRECATED! Session starts on demand')
195
- ->defaultNull()
+ ->defaultFalse()
196
->beforeNormalization()
197
->ifTrue(function($v) { return null !== $v; })
198
->then(function($v) {
0 commit comments