Skip to content

Commit 75f0e1e

Browse files
committed
fixed CS
1 parent 94c4a78 commit 75f0e1e

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)