Skip to content

Commit

Permalink
Fixed spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 27, 2020
1 parent a4d4cc3 commit 039b6d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function process(File $phpcsFile, $stackPtr)
}

if ($origBrackets === $brackets && $origConditions === $conditions) {
// Make sure it starts a line, otherwise dont check indent.
// Make sure it starts a line, otherwise don't check indent.
$prev = $phpcsFile->findPrevious(T_WHITESPACE, ($next - 1), $stackPtr, true);
$indent = $tokens[($next - 1)];
if ($tokens[$prev]['line'] !== $tokens[$next]['line']
Expand Down

0 comments on commit 039b6d3

Please sign in to comment.