Skip to content

Commit

Permalink
Code Style Fixes - Round 3
Browse files Browse the repository at this point in the history
(final round?)
  • Loading branch information
photodude authored and wilsonge committed May 15, 2017
1 parent 0d6ea72 commit bf38c8e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ protected function processMemberVar(File $phpcsFile, $stackPtr)

$phpcsFile->fixer->replaceToken($i, '');
}

$phpcsFile->fixer->endChangeset();
}
}
}
}//end if
}//end if
}//end if

if ($foundLines === 1 || ($this->firstVarException === true && $tokens[$prev]['code'] === T_OPEN_CURLY_BRACKET)) {
return;
Expand Down

0 comments on commit bf38c8e

Please sign in to comment.