Skip to content

Commit a72b19b

Browse files
committed
Hotfix: typo in comment
1 parent ed879f1 commit a72b19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/PSR12/Sniffs/Files/ImportStatementSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function process(File $phpcsFile, $stackPtr)
4949
}
5050

5151
if ($phpcsFile->hasCondition($stackPtr, Tokens::$ooScopeTokens) === true) {
52-
// This rule inly applies to import statements.
52+
// This rule only applies to import statements.
5353
return;
5454
}
5555

0 commit comments

Comments
 (0)