Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46c2783

Browse files
zeknicolas-grekas
authored andcommitted
[SecurityBundle] fix accepting env vars in remember-me configurations
1 parent17bbaa5 commit46c2783

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->optionsas$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)

[8]ページ先頭

©2009-2025 Movatter.jp