Skip to content

Commit c0f7ec6

Browse files
committed
[ci-review] Rector Rectify
1 parent 2214d12 commit c0f7ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/DowngradePhp80/Rector/NullsafeMethodCall/DowngradeNullsafeToTernaryOperatorRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function refactor(Node $node): ?Ternary
7676
), $node->name, $node->args);
7777
return new Ternary($assign, $methodCallOrPropertyFetch, $this->nodeFactory->createNull());
7878
}
79+
7980
$methodCallOrPropertyFetch = new MethodCall(new PropertyFetch(
8081
$nullsafeVariable,
8182
$node->var->name

0 commit comments

Comments
 (0)