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 94c4a78 commit 75f0e1eCopy full SHA for 75f0e1e
Compiler/CheckCircularReferencesPass.php
@@ -60,7 +60,6 @@ private function checkOutEdges(array $edges)
60
$id = $node->getId();
61
62
if (empty($this->checkedNodes[$id])) {
63
-
64
// don't check circular dependencies for lazy services
65
if (!$node->getValue() || !$node->getValue()->isLazy()) {
66
$searchKey = array_search($id, $this->currentPath);
0 commit comments