Skip to content

Commit 9a00e0e

Browse files
authored
typo fix
1 parent fd68b67 commit 9a00e0e

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
@@ -55,7 +55,7 @@ public function refactor(Node $node): ?Ternary
5555

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

0 commit comments

Comments
 (0)