From 039b6d34dc629e5b52875e45df79b5d5e62e6daa Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 28 Jan 2020 07:59:39 +1100 Subject: [PATCH] Fixed spelling in comment --- .../PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php b/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php index 2e96b13361..1929b3bbe8 100644 --- a/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php +++ b/src/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php @@ -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']