Skip to content

Commit 2696e89

Browse files
committed
[ci-review] Rector Rectify
1 parent 5305a54 commit 2696e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/DowngradePhp84/Rector/Expression/DowngradeArrayAllRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function refactor(Node $node): ?array
8888

8989
$valueCond = $args[1]->value->expr;
9090
$valueCond->setAttribute(AttributeKey::ORIGINAL_NODE, null);
91+
9192
$if = new If_(new BooleanNot($valueCond), [
9293
'stmts' => [
9394
new Expression(new Assign($node->expr->var, new ConstFetch(new Name('false')))),

0 commit comments

Comments
 (0)