Skip to content

Commit 6bf1c6f

Browse files
committed
[ci-review] Rector Rectify
1 parent ef5216d commit 6bf1c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NodeTypeResolver/PHPStan/Scope/NodeVisitor/SymfonyClosureNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function enterNode(Node $node): ?Node
3030
}
3131

3232
SimpleNodeTraverser::decorateWithAttributeValue(
33-
(array) $node->stmts,
33+
$node->stmts,
3434
AttributeKey::IS_INSIDE_SYMFONY_PHP_CLOSURE,
3535
true
3636
);

0 commit comments

Comments
 (0)