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.
2 parents 79a06fc + 75f0e1e commit bb9cf2aCopy full SHA for bb9cf2a
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