Skip to content

Commit

Permalink
Hotfix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Nov 13, 2019
1 parent ed879f1 commit a72b19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Standards/PSR12/Sniffs/Files/ImportStatementSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function process(File $phpcsFile, $stackPtr)
}

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

Expand Down

0 comments on commit a72b19b

Please sign in to comment.