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 5817058 commit dfb84e0Copy full SHA for dfb84e0
Compiler/CheckCircularReferencesPass.php
@@ -62,7 +62,7 @@ private function checkOutEdges(array $edges): void
62
continue;
63
}
64
65
- $isLeaf = !!$node->getValue();
+ $isLeaf = (bool) $node->getValue();
66
$isConcrete = !$edge->isLazy() && !$edge->isWeak();
67
68
// Skip already checked lazy services if they are still lazy. Will not gain any new information.
0 commit comments