Skip to content

Commit 039b6d3

Browse files
committed
Fixed spelling in comment
1 parent a4d4cc3 commit 039b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php

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

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

0 commit comments

Comments
 (0)