Skip to content

Commit

Permalink
Coding standards fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Dec 19, 2012
1 parent 18245dc commit 55619f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private function _searchForConflict(PHP_CodeSniffer_File $phpcsFile, $start, $en

// Detect and skip over symbols.
if (in_array($tokens[$i]['code'], $symbols) === true
&& isset($tokens[$i]['scope_closer']) === true
&& isset($tokens[$i]['scope_closer']) === true
) {
if ($firstSymbol === null) {
$firstSymbol = $i;
Expand Down

0 comments on commit 55619f5

Please sign in to comment.