minor #36092 [3.4] Minor fixes (fancyweb)

This PR was merged into the 3.4 branch.

Discussion
----------

[3.4] Minor fixes

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

019350022c [3.4] Minor fixes
This commit is contained in:
Fabien Potencier 2020-03-16 12:06:03 +01:00
commit 4b15b1009e
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ class MainConfiguration implements ConfigurationInterface
->scalarNode('provider')->end()
->scalarNode('parameter')->defaultValue('_switch_user')->end()
->scalarNode('role')->defaultValue('ROLE_ALLOWED_TO_SWITCH')->end()
->booleanNode('stateless')->defaultValue(false)->end()
->booleanNode('stateless')->defaultFalse()->end()
->end()
->end()
;