Skip to content

Commit

Permalink
Coding standards fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 6, 2013
1 parent ab0465e commit 0011574
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
}

// Ignore USE keywords for traits.
if ($phpcsFile->hasCondition($stackPtr, T_CLASS) === TRUE) {
if ($phpcsFile->hasCondition($stackPtr, T_CLASS) === true) {
return;
}

Expand Down

0 comments on commit 0011574

Please sign in to comment.