Skip to content

Commit fd68b67

Browse files
committed
[ci-review] Rector Rectify
1 parent faccd12 commit fd68b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp80/Rector/NullsafeMethodCall/DowngradeNullsafeToTernaryOperatorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function refactor(Node $node): ?Ternary
5454
static $currentFile = null;
5555

5656
if ($currentFile !== $this->file->getFilePath()) {
57-
// the counter need start from 0 when visit new file to avoid random increment
57+
// the counter need start from 0 when visit new file to avoid random increment
5858
// accross files
5959
// due to run on parallel
6060
$this->counter = 0;

0 commit comments

Comments
 (0)