Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/Mikulas/PHP_CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 30, 2014
2 parents ee165e7 + da2b1fa commit a9fa8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -69,6 +69,7 @@ protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
'_COOKIE',
'_FILES',
'GLOBALS',
'http_response_header'
);

// If it's a php reserved var, then its ok.
Expand Down
Expand Up @@ -69,6 +69,7 @@ protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
'_COOKIE',
'_FILES',
'GLOBALS',
'http_response_header'
);

// If it's a php reserved var, then its ok.
Expand Down

0 comments on commit a9fa8c1

Please sign in to comment.