mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -64,7 +64,7 @@ class CheckCircularReferencesPass implements CompilerPassInterface
|
||||
continue;
|
||||
}
|
||||
|
||||
$isLeaf = !!$node->getValue();
|
||||
$isLeaf = (bool) $node->getValue();
|
||||
$isConcrete = !$edge->isLazy() && !$edge->isWeak();
|
||||
|
||||
// Skip already checked lazy services if they are still lazy. Will not gain any new information.
|
||||
|
||||
Reference in New Issue
Block a user