10000 Merge branch '2.5' into 2.6 · jderusse/symfony@921361d · GitHub
[go: up one dir, main page]

Skip to content

Commit 921361d

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: [2.3] [HttpFoundation] [MimeTypeGuesser] Removed dead code and various cleaning [Console] Make it clear that the second argument is not about command options. Added the '-' character for spaceless on tag start and end to be consistent for block, if, set and for nodes [Yaml] fixed parse shortcut Key after unindented collection. [Console] fixed symfony#10531 Make the container considered non-fresh if the environment parameters are changed Conflicts: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
2 parents 0d8fce6 + e3bb024 commit 921361d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dbal/MutableAclProvider.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ private function updateNewAceProperty($name, array $changes)
928928

929929
$sids = new \SplObjectStorage();
930930
$classIds = new \SplObjectStorage();
931-
$currentIds = array();
932931
for ($i = 0, $c = count($new); $i<$c; $i++) {
933932
$ace = $new[$i];
934933

@@ -955,8 +954,6 @@ private function updateNewAceProperty($name, array $changes)
955954
$aceIdProperty = new \ReflectionProperty($ace, 'id');
956955
$aceIdProperty->setAccessible(true);
957956
$aceIdProperty->setValue($ace, intval($aceId));
958-
} else {
959-
$currentIds[$ace->getId()] = true;
960957
}
961958
}
962959
}

0 commit comments

Comments
 (0)
0