Skip to content

Commit b4aa078

Browse files
committed
[ci-review] Rector Rectify
1 parent 98456f6 commit b4aa078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/DeadCode/Rector/Stmt/RemoveConditionExactReturnRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function refactor(Node $node): ?Node
9898
if ($identicalOrEqual->right instanceof MethodCall) {
9999
continue;
100100
}
101+
101102
if ($identicalOrEqual->right instanceof StaticCall) {
102103
continue;
103104
}

0 commit comments

Comments
 (0)