Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Merge pull request #701 from pasamio/sniff-fix
Browse files Browse the repository at this point in the history
Fixing issue with sniffer not detecting double quoted params properly
  • Loading branch information
chdemko committed Jan 3, 2012
2 parents 694c346 + 95ad651 commit 7b4463e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -70,6 +70,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
case T_STRING : case T_STRING :
case T_LNUMBER : case T_LNUMBER :
case T_CONSTANT_ENCAPSED_STRING : case T_CONSTANT_ENCAPSED_STRING :
case T_DOUBLE_QUOTED_STRING :
if($started) if($started)
{ {
$valid = true; $valid = true;
Expand Down

0 comments on commit 7b4463e

Please sign in to comment.