Skip to content

Commit 96c1fe3

Browse files
committed
I don't think this is needed because object closers are not handled generically
1 parent 962a57d commit 96c1fe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,6 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
868868

869869
// Make sure it is divisible by our expected indent.
870870
$currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
871-
$openScopes[$i] = $i;
872871

873872
if ($this->_debug === true) {
874873
echo "\t=> indent set to $currentIndent".PHP_EOL;

0 commit comments

Comments
 (0)