8000 [SecurityBundle] fix accepting env vars in remember-me configurations · symfony/symfony@46c2783 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46c2783

Browse files
zeknicolas-grekas
authored andcommitted
[SecurityBundle] fix accepting env vars in remember-me configurations
1 parent 17bbaa5 commit 46c2783

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ public function addConfiguration(NodeDefinition $node)
146146
foreach ($this->options as $name => $value) {
147147
if (\is_bool($value)) {
148148
$builder->booleanNode($name)->defaultValue($value);
149-
} elseif (\is_int($value)) {
150-
$builder->integerNode($name)->defaultValue($value);
151149
} else {
152150
$builder->scalarNode($name)->defaultValue($value);
153151
}

0 commit comments

Comments
 (0)
0