Skip to content

Commit bb9cf2a

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS fixed CS fixer config
2 parents 79a06fc + 75f0e1e commit bb9cf2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/CheckCircularReferencesPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ private function checkOutEdges(array $edges)
6060
$id = $node->getId();
6161

6262
if (empty($this->checkedNodes[$id])) {
63-
6463
// don't check circular dependencies for lazy services
6564
if (!$node->getValue() || !$node->getValue()->isLazy()) {
6665
$searchKey = array_search($id, $this->currentPath);

0 commit comments

Comments
 (0)