Skip to content

Commit cdbd66a

Browse files
committed
2 parents e7b8736 + a72b19b commit cdbd66a

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)