Skip to content

Commit b9fb386

Browse files
committed
[3.4] Minor fixes
1 parent 88bf10f commit b9fb386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/MainConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ private function addFirewallsSection(ArrayNodeDefinition $rootNode, array $facto
296296
->scalarNode('provider')->end()
297297
->scalarNode('parameter')->defaultValue('_switch_user')->end()
298298
->scalarNode('role')->defaultValue('ROLE_ALLOWED_TO_SWITCH')->end()
299-
->booleanNode('stateless')->defaultValue(false)->end()
299+
->booleanNode('stateless')->defaultFalse()->end()
300300
->end()
301301
->end()
302302
;

0 commit comments

Comments
 (0)