Skip to content

Commit

Permalink
Merge branch 'fixnotice' of https://github.com/rhowardiv/PHP_CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Feb 6, 2013
2 parents c7e4be4 + 6eabae1 commit 2d6a099
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -223,7 +223,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
} }


if ($tokens[$start]['code'] === T_OPEN_CURLY_BRACKET) { if ($tokens[$start]['code'] === T_OPEN_CURLY_BRACKET) {
$start = $tokens[$start]['scope_closer']; $start = $tokens[$start]['bracket_closer'];
continue; continue;
} }


Expand Down

0 comments on commit 2d6a099

Please sign in to comment.