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 17bbaa5 commit 46c2783Copy full SHA for 46c2783
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php
@@ -146,8 +146,6 @@ public function addConfiguration(NodeDefinition $node)
146
foreach ($this->options as $name => $value) {
147
if (\is_bool($value)) {
148
$builder->booleanNode($name)->defaultValue($value);
149
- } elseif (\is_int($value)) {
150
- $builder->integerNode($name)->defaultValue($value);
151
} else {
152
$builder->scalarNode($name)->defaultValue($value);
153
}
0 commit comments