10000 chore: PHP CS Fixer fixes · symfony/dependency-injection@dfb84e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfb84e0

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 5817058 commit dfb84e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/CheckCircularReferencesPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private function checkOutEdges(array $edges): void
6262
continue;
6363
}
6464

65-
$isLeaf = !!$node->getValue();
65+
$isLeaf = (bool) $node->getValue();
6666
$isConcrete = !$edge->isLazy() && !$edge->isWeak();
6767

6868
// Skip already checked lazy services if they are still lazy. Will not gain any new information.

0 commit comments

Comments
 (0)
0