Skip to content

Commit 30c2e46

Browse files
committed
[ci-review] Rector Rectify
1 parent 8313c32 commit 30c2e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/PHPUnit90/Rector/MethodCall/ReplaceAtMethodWithDesiredMatcherRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function refactor(Node $node): null|MethodCall
9090
$arg->value = new MethodCall($arg->value->var, 'never');
9191
return $node;
9292
}
93+
9394
if ($count === 1) {
9495
$arg->value = new MethodCall($arg->value->var, 'once');
9596
return $node;

0 commit comments

Comments
 (0)