Skip to content

Commit 6ef19d6

Browse files
committed
cs
1 parent f26495b commit 6ef19d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Application/NodeAttributeReIndexer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ public static function reIndexNodeAttributes(Node $node): ?Node
6666

6767
private static function reIndexStmtsKeys(Node $node): ?Node
6868
{
69-
if (! NodeGroup::isStmtAwareNode(
70-
$node
71-
) && ! $node instanceof ClassLike && ! $node instanceof Declare_) {
69+
if (! NodeGroup::isStmtAwareNode($node) && ! $node instanceof ClassLike && ! $node instanceof Declare_) {
7270
return null;
7371
}
7472

0 commit comments

Comments
 (0)