Drupal Code Sniffer - 7.x-1.x

Test status
StatusResult
Last receivedMon, 08/06/2012 - 22:59:15
Last requestedMon, 08/06/2012 - 23:00:02
Last testedMon, 08/06/2012 - 23:00:35
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.x
ProjectDrupal Code Sniffer
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 144 minor(s), 0 critical(s), and 629 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
144 minor(s), 0 critical(s), and 629 normal(s)

Non-pass

Test nameMinorCriticalNormal
ExpandDrupal/CommentParser/FunctionCommentParser.php008
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionCommentParser.php-1N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php21N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentParser.php35N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php46N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php67N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php90N/A
the final ?> should be omitted from all code filesOtherFunctionCommentParser.php92N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php104N/A
ExpandDrupal/CommentParser/ParameterElement.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherParameterElement.php-1N/A
curly braces { should end a line, not start oneOtherParameterElement.php21N/A
else statements should begin on a new lineOtherParameterElement.php52N/A
Use "elseif" in place of "else if"OtherParameterElement.php52N/A
else statements should begin on a new lineOtherParameterElement.php57N/A
the final ?> should be omitted from all code filesOtherParameterElement.php59N/A
ExpandDrupal/CommentParser/ReturnElement.php009
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherReturnElement.php-1N/A
curly braces { should end a line, not start oneOtherReturnElement.php27N/A
curly braces { should end a line, not start oneOtherReturnElement.php70N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherReturnElement.php72N/A
curly braces { should end a line, not start oneOtherReturnElement.php85N/A
curly braces { should end a line, not start oneOtherReturnElement.php97N/A
the final ?> should be omitted from all code filesOtherReturnElement.php106N/A
curly braces { should end a line, not start oneOtherReturnElement.php109N/A
curly braces { should end a line, not start oneOtherReturnElement.php121N/A
ExpandDrupal/Sniffs/Array/ArraySniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherArraySniff.php-1N/A
curly braces { should end a line, not start oneOtherArraySniff.php24N/A
curly braces { should end a line, not start oneOtherArraySniff.php33N/A
curly braces { should end a line, not start oneOtherArraySniff.php49N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherArraySniff.php70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php74N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php78N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php83N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php97N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php140N/A
Use an indent of 2 spaces, with no tabsOtherArraySniff.php152N/A
the final ?> should be omitted from all code filesOtherArraySniff.php156N/A
Use an indent of 2 spaces, with no tabsOtherArraySniff.php168N/A
ExpandDrupal/Sniffs/Classes/ClassCreateInstanceSniff.php207
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassCreateInstanceSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php24N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php33N/A
Use an indent of 2 spaces, with no tabsOtherClassCreateInstanceSniff.php36N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php51N/A
missing space after commaOtherClassCreateInstanceSniff.php54N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassCreateInstanceSniff.php54N/A
There should be no trailing spacesOtherClassCreateInstanceSniff.php60N/A
the final ?> should be omitted from all code filesOtherClassCreateInstanceSniff.php61N/A
ExpandDrupal/Sniffs/Classes/ClassDeclarationSniff.php407
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassDeclarationSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php31N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php40N/A
Use an indent of 2 spaces, with no tabsOtherClassDeclarationSniff.php44N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassDeclarationSniff.php62N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassDeclarationSniff.php71N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php93N/A
the final ?> should be omitted from all code filesOtherClassDeclarationSniff.php101N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php101N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php102N/A
ExpandDrupal/Sniffs/Classes/PrivateKeywordSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPrivateKeywordSniff.php-1N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php20N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php29N/A
the final ?> should be omitted from all code filesOtherPrivateKeywordSniff.php44N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php45N/A
ExpandDrupal/Sniffs/Classes/VarKeywordSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherVarKeywordSniff.php-1N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php20N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php29N/A
the final ?> should be omitted from all code filesOtherVarKeywordSniff.php44N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php45N/A
ExpandDrupal/Sniffs/Commenting/DocCommentAlignmentSniff.php3010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDocCommentAlignmentSniff.php-1N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php24N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php33N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php49N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php64N/A
else statements should begin on a new lineOtherDocCommentAlignmentSniff.php68N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherDocCommentAlignmentSniff.php81N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherDocCommentAlignmentSniff.php82N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php86N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php87N/A
the final ?> should be omitted from all code filesOtherDocCommentAlignmentSniff.php103N/A
Use an indent of 2 spaces, with no tabsOtherDocCommentAlignmentSniff.php107N/A
ExpandDrupal/Sniffs/Commenting/FileCommentSniff.php1020
MessageGroupFilenameLineFunctionStatus
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php12N/A
@file description should be on the following line (Drupal Docs)OtherFileCommentSniff.php22N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php31N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php40N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php56N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php71N/A
else statements should begin on a new lineOtherFileCommentSniff.php78N/A
Use "elseif" in place of "else if"OtherFileCommentSniff.php78N/A
else statements should begin on a new lineOtherFileCommentSniff.php82N/A
Use "elseif" in place of "else if"OtherFileCommentSniff.php82N/A
else statements should begin on a new lineOtherFileCommentSniff.php87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php92N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFileCommentSniff.php98N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFileCommentSniff.php104N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php106N/A
else statements should begin on a new lineOtherFileCommentSniff.php109N/A
the final ?> should be omitted from all code filesOtherFileCommentSniff.php112N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php124N/A
ExpandDrupal/Sniffs/Commenting/FunctionCommentSniff.php13063
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionCommentSniff.php-1N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php21N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php35N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php42N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php49N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php56N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php65N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php81N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php87N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php88N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php89N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php90N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php91N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php96N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php112N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php117N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php117N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php121N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php121N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php134N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php142N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php152N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php153N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php156N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php176N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php184N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php204N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php204N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php207N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php207N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php210N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php210N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php236N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php249N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php277N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php305N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php308N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php310N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php313N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php316N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php318N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php332N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php334N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php334N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php339N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php344N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php353N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php353N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php356N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php356N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php375N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php381N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php418N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php421N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php427N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php427N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php428N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php432N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php439N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php446N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php448N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php458N/A
the final ?> should be omitted from all code filesOtherFunctionCommentSniff.php459N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php468N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php473N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php477N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php488N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php490N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php490N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php491N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php493N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php493N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php494N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php514N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php524N/A
ExpandDrupal/Sniffs/Commenting/InlineCommentSniff.php26032
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInlineCommentSniff.php-1N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php33N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php42N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php46N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php61N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php71N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php76N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php77N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php78N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php79N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php80N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php81N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php82N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php83N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php84N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php85N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php86N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php87N/A
else statements should begin on a new lineOtherInlineCommentSniff.php96N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php100N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php109N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php124N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php129N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php139N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php141N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php147N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php160N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php171N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php182N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php187N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php189N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php199N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php203N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php215N/A
else statements should begin on a new lineOtherInlineCommentSniff.php221N/A
Use "elseif" in place of "else if"OtherInlineCommentSniff.php221N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php243N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php247N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php249N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php252N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php253N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php256N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php257N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php263N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php278N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php282N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php290N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php293N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php295N/A
the final ?> should be omitted from all code filesOtherInlineCommentSniff.php296N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php302N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php303N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php306N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php318N/A
else statements should begin on a new lineOtherInlineCommentSniff.php323N/A
else statements should begin on a new lineOtherInlineCommentSniff.php328N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php332N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php334N/A
ExpandDrupal/Sniffs/ControlStructures/ControlSignatureSniff.php106
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherControlSignatureSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherControlSignatureSniff.php16N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php33N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php40N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php52N/A
the final ?> should be omitted from all code filesOtherControlSignatureSniff.php63N/A
Use an indent of 2 spaces, with no tabsOtherControlSignatureSniff.php67N/A
ExpandDrupal/Sniffs/ControlStructures/ElseIfSniff.php0011
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherElseIfSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php16N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php33N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php41N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php57N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php64N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php65N/A
the final ?> should be omitted from all code filesOtherElseIfSniff.php66N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php66N/A
Control statements should have one space between the control keyword and opening parenthesisOtherElseIfSniff.php70N/A
use a space between the closing parenthesis and the open bracketOtherElseIfSniff.php70N/A
ExpandDrupal/Sniffs/ControlStructures/ElseNewlineSniff.php106
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherElseNewlineSniff.php-1N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php27N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php36N/A
Use an indent of 2 spaces, with no tabsOtherElseNewlineSniff.php40N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseNewlineSniff.php60N/A
the final ?> should be omitted from all code filesOtherElseNewlineSniff.php64N/A
ExpandDrupal/Sniffs/ControlStructures/InlineControlStructureSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInlineControlStructureSniff.php-1N/A
curly braces { should end a line, not start oneOtherInlineControlStructureSniff.php26N/A
curly braces { should end a line, not start oneOtherInlineControlStructureSniff.php38N/A
else statements should begin on a new lineOtherInlineControlStructureSniff.php44N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineControlStructureSniff.php47N/A
the final ?> should be omitted from all code filesOtherInlineControlStructureSniff.php51N/A
ExpandDrupal/Sniffs/ControlStructures/TemplateControlStructureSniff.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherTemplateControlStructureSniff.php-1N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php21N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php30N/A
Use an indent of 2 spaces, with no tabsOtherTemplateControlStructureSniff.php39N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php54N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherTemplateControlStructureSniff.php56N/A
the final ?> should be omitted from all code filesOtherTemplateControlStructureSniff.php62N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherTemplateControlStructureSniff.php64N/A
LeafDrupal/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php008
LeafDrupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php1011
LeafDrupal/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php109
LeafDrupal/Sniffs/CSS/ColourDefinitionSniff.php205
LeafDrupal/Sniffs/CSS/IndentationSniff.php2013
LeafDrupal/Sniffs/CSS/MissingColonSniff.php0013
LeafDrupal/Sniffs/CSS/StyleSortSniff.php006
ExpandDrupal/Sniffs/Files/LineLengthSniff.php205
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLineLengthSniff.php-1N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php21N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php51N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php71N/A
the final ?> should be omitted from all code filesOtherLineLengthSniff.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherLineLengthSniff.php77N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherLineLengthSniff.php84N/A
ExpandDrupal/Sniffs/Files/TxtFileLineLengthSniff.php305
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherTxtFileLineLengthSniff.php-1N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php25N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php34N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php50N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherTxtFileLineLengthSniff.php51N/A
Use an indent of 2 spaces, with no tabsOtherTxtFileLineLengthSniff.php59N/A
Use an indent of 2 spaces, with no tabsOtherTxtFileLineLengthSniff.php60N/A
the final ?> should be omitted from all code filesOtherTxtFileLineLengthSniff.php61N/A
ExpandDrupal/Sniffs/Formatting/DisallowCloseTagSniff.php007
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDisallowCloseTagSniff.php-1N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php20N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php29N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php45N/A
the final ?> should be omitted from all code filesOtherDisallowCloseTagSniff.php48N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDisallowCloseTagSniff.php48N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDisallowCloseTagSniff.php49N/A
ExpandDrupal/Sniffs/Formatting/MultiLineAssignmentSniff.php209
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMultiLineAssignmentSniff.php-1N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php29N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php38N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php54N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php58N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php71N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php72N/A
the final ?> should be omitted from all code filesOtherMultiLineAssignmentSniff.php92N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherMultiLineAssignmentSniff.php92N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherMultiLineAssignmentSniff.php99N/A
ExpandDrupal/Sniffs/Formatting/SpaceColonSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherSpaceColonSniff.php-1N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php20N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php29N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php45N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceColonSniff.php49N/A
the final ?> should be omitted from all code filesOtherSpaceColonSniff.php53N/A
ExpandDrupal/Sniffs/Formatting/SpaceUnaryOperatorSniff.php1509
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherSpaceUnaryOperatorSniff.php-1N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php23N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php32N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php33N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php34N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php35N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php36N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php37N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php38N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php54N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherSpaceUnaryOperatorSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php62N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherSpaceUnaryOperatorSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php88N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php94N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php95N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php96N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php97N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php98N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php99N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php100N/A
the final ?> should be omitted from all code filesOtherSpaceUnaryOperatorSniff.php103N/A
ExpandDrupal/Sniffs/Functions/FunctionDeclarationSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionDeclarationSniff.php-1N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php21N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php30N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php46N/A
the final ?> should be omitted from all code filesOtherFunctionDeclarationSniff.php54N/A
ExpandDrupal/Sniffs/InfoFiles/ClassFilesSniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassFilesSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php21N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php33N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassFilesSniff.php36N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php40N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherClassFilesSniff.php42N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php43N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php55N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php83N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherClassFilesSniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php90N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php103N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassFilesSniff.php126N/A
the final ?> should be omitted from all code filesOtherClassFilesSniff.php142N/A
ExpandDrupal/Sniffs/InfoFiles/RequiredSniff.php1010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherRequiredSniff.php-1N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php21N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php30N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php46N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherRequiredSniff.php47N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php65N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php70N/A
the final ?> should be omitted from all code filesOtherRequiredSniff.php72N/A
else statements should begin on a new lineOtherRequiredSniff.php73N/A
Use "elseif" in place of "else if"OtherRequiredSniff.php73N/A
ExpandDrupal/Sniffs/NamingConventions/KeywordLowerCaseSniff.php205
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherKeywordLowerCaseSniff.php-1N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php20N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php29N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php45N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherKeywordLowerCaseSniff.php47N/A
the final ?> should be omitted from all code filesOtherKeywordLowerCaseSniff.php48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherKeywordLowerCaseSniff.php49N/A
ExpandDrupal/Sniffs/NamingConventions/ValidClassNameSniff.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidClassNameSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php32N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php41N/A
Use an indent of 2 spaces, with no tabsOtherValidClassNameSniff.php45N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php60N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidClassNameSniff.php65N/A
the final ?> should be omitted from all code filesOtherValidClassNameSniff.php71N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidClassNameSniff.php74N/A
ExpandDrupal/Sniffs/NamingConventions/ValidFunctionNameSniff.php4012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidFunctionNameSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php17N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php38N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php51N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php53N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherValidFunctionNameSniff.php59N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidFunctionNameSniff.php63N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php64N/A
Use an indent of 2 spaces, with no tabsOtherValidFunctionNameSniff.php65N/A
Use an indent of 2 spaces, with no tabsOtherValidFunctionNameSniff.php67N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php78N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php79N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidFunctionNameSniff.php82N/A
else statements should begin on a new lineOtherValidFunctionNameSniff.php86N/A
the final ?> should be omitted from all code filesOtherValidFunctionNameSniff.php97N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php105N/A
ExpandDrupal/Sniffs/NamingConventions/ValidGlobalSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidGlobalSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php20N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php77N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php93N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidGlobalSniff.php100N/A
the final ?> should be omitted from all code filesOtherValidGlobalSniff.php103N/A
ExpandDrupal/Sniffs/NamingConventions/ValidVariableNameSniff.php2013
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidVariableNameSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php24N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php37N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php41N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php46N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php52N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php60N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherValidVariableNameSniff.php61N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidVariableNameSniff.php61N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php67N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php85N/A
Use an indent of 2 spaces, with no tabsOtherValidVariableNameSniff.php100N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php103N/A
the final ?> should be omitted from all code filesOtherValidVariableNameSniff.php113N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php129N/A
LeafDrupal/Sniffs/Semantics/BrSniff.php306
LeafDrupal/Sniffs/Semantics/FunctionCall.php2018
LeafDrupal/Sniffs/Semantics/FunctionTSniff.php007
LeafDrupal/Sniffs/Semantics/FunctionWatchdogSniff.php006
LeafDrupal/Sniffs/Semantics/InstallHooksSniff.php2012
LeafDrupal/Sniffs/Semantics/InstallTSniff.php2010
LeafDrupal/Sniffs/Semantics/LStringTranslatableSniff.php005
LeafDrupal/Sniffs/Semantics/RemoteAddressSniff.php005
LeafDrupal/Sniffs/Semantics/TInHookMenuSniff.php209
LeafDrupal/Sniffs/Semantics/TInHookSchemaSniff.php209
ExpandDrupal/Sniffs/Strings/ConcatenationSpacingSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherConcatenationSpacingSniff.php-1N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php25N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php34N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php44N/A
the final ?> should be omitted from all code filesOtherConcatenationSpacingSniff.php46N/A
ExpandDrupal/Sniffs/Strings/UnnecessaryStringConcatSniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherUnnecessaryStringConcatSniff.php-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)OtherUnnecessaryStringConcatSniff.php12N/A
curly braces { should end a line, not start oneOtherUnnecessaryStringConcatSniff.php31N/A
curly braces { should end a line, not start oneOtherUnnecessaryStringConcatSniff.php44N/A
else statements should begin on a new lineOtherUnnecessaryStringConcatSniff.php51N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php57N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php58N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php59N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherUnnecessaryStringConcatSniff.php72N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherUnnecessaryStringConcatSniff.php74N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherUnnecessaryStringConcatSniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php91N/A
the final ?> should be omitted from all code filesOtherUnnecessaryStringConcatSniff.php92N/A
else statements should begin on a new lineOtherUnnecessaryStringConcatSniff.php93N/A
ExpandDrupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php107
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCloseBracketSpacingSniff.php-1N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php21N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php40N/A
Use an indent of 2 spaces, with no tabsOtherCloseBracketSpacingSniff.php44N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherCloseBracketSpacingSniff.php72N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherCloseBracketSpacingSniff.php73N/A
the final ?> should be omitted from all code filesOtherCloseBracketSpacingSniff.php76N/A
LeafDrupal/Sniffs/WhiteSpace/EmptyLinesSniff.php005
ExpandDrupal/Sniffs/WhiteSpace/FileEndSniff.php3012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFileEndSniff.php-1N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php24N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php44N/A
Use an indent of 2 spaces, with no tabsOtherFileEndSniff.php48N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php63N/A
ExpandDrupal/Sniffs/WhiteSpace/LineEndingSniff.php107
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLineEndingSniff.php-1N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php4N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php24N/A
Use an indent of 2 spaces, with no tabsOtherLineEndingSniff.php31N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php46N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherLineEndingSniff.php50N/A
the final ?> should be omitted from all code filesOtherLineEndingSniff.php53N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherLineEndingSniff.php55N/A
ExpandDrupal/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php3025
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherObjectOperatorIndentSniff.php-1N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php30N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php39N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php69N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php74N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherObjectOperatorIndentSniff.php89N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php95N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php96N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php100N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php101N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php106N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php109N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php113N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php114N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherObjectOperatorIndentSniff.php123N/A
else statements should begin on a new lineOtherObjectOperatorIndentSniff.php124N/A
put a space between the asterisk and the comment textOtherObjectOperatorIndentSniff.php130N/A
the final ?> should be omitted from all code filesOtherObjectOperatorIndentSniff.php135N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php137N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php147N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php148N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php149N/A
LeafDrupal/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php007
LeafDrupal/Sniffs/WhiteSpace/OpenBracketSpacingSniff.php105
ExpandDrupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php2011
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherScopeClosingBraceSniff.php-1N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php23N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php39N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php80N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php90N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php117N/A
the final ?> should be omitted from all code filesOtherScopeClosingBraceSniff.php125N/A
Use an indent of 2 spaces, with no tabsOtherScopeClosingBraceSniff.php126N/A
else statements should begin on a new lineOtherScopeClosingBraceSniff.php129N/A
Use an indent of 2 spaces, with no tabsOtherScopeClosingBraceSniff.php135N/A
LeafDrupal/Sniffs/WhiteSpace/ScopeIndentSniff.php5046
LeafTest/bad.module002
LeafTest/bad.php202
LeafTest/bad.tpl.php101
LeafTest/good.tpl.php001

All

Test nameMinorCriticalNormal
ExpandDrupal/CommentParser/FunctionCommentParser.php008
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionCommentParser.php-1N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php21N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentParser.php35N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php46N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php67N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php90N/A
the final ?> should be omitted from all code filesOtherFunctionCommentParser.php92N/A
curly braces { should end a line, not start oneOtherFunctionCommentParser.php104N/A
ExpandDrupal/CommentParser/ParameterElement.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherParameterElement.php-1N/A
curly braces { should end a line, not start oneOtherParameterElement.php21N/A
else statements should begin on a new lineOtherParameterElement.php52N/A
Use "elseif" in place of "else if"OtherParameterElement.php52N/A
else statements should begin on a new lineOtherParameterElement.php57N/A
the final ?> should be omitted from all code filesOtherParameterElement.php59N/A
ExpandDrupal/CommentParser/ReturnElement.php009
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherReturnElement.php-1N/A
curly braces { should end a line, not start oneOtherReturnElement.php27N/A
curly braces { should end a line, not start oneOtherReturnElement.php70N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherReturnElement.php72N/A
curly braces { should end a line, not start oneOtherReturnElement.php85N/A
curly braces { should end a line, not start oneOtherReturnElement.php97N/A
the final ?> should be omitted from all code filesOtherReturnElement.php106N/A
curly braces { should end a line, not start oneOtherReturnElement.php109N/A
curly braces { should end a line, not start oneOtherReturnElement.php121N/A
ExpandDrupal/Sniffs/Array/ArraySniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherArraySniff.php-1N/A
curly braces { should end a line, not start oneOtherArraySniff.php24N/A
curly braces { should end a line, not start oneOtherArraySniff.php33N/A
curly braces { should end a line, not start oneOtherArraySniff.php49N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherArraySniff.php70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php74N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php78N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php83N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php97N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherArraySniff.php140N/A
Use an indent of 2 spaces, with no tabsOtherArraySniff.php152N/A
the final ?> should be omitted from all code filesOtherArraySniff.php156N/A
Use an indent of 2 spaces, with no tabsOtherArraySniff.php168N/A
ExpandDrupal/Sniffs/Classes/ClassCreateInstanceSniff.php207
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassCreateInstanceSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php24N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php33N/A
Use an indent of 2 spaces, with no tabsOtherClassCreateInstanceSniff.php36N/A
curly braces { should end a line, not start oneOtherClassCreateInstanceSniff.php51N/A
missing space after commaOtherClassCreateInstanceSniff.php54N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassCreateInstanceSniff.php54N/A
There should be no trailing spacesOtherClassCreateInstanceSniff.php60N/A
the final ?> should be omitted from all code filesOtherClassCreateInstanceSniff.php61N/A
ExpandDrupal/Sniffs/Classes/ClassDeclarationSniff.php407
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassDeclarationSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php31N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php40N/A
Use an indent of 2 spaces, with no tabsOtherClassDeclarationSniff.php44N/A
curly braces { should end a line, not start oneOtherClassDeclarationSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassDeclarationSniff.php62N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassDeclarationSniff.php71N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php93N/A
the final ?> should be omitted from all code filesOtherClassDeclarationSniff.php101N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php101N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassDeclarationSniff.php102N/A
ExpandDrupal/Sniffs/Classes/PrivateKeywordSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPrivateKeywordSniff.php-1N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php20N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php29N/A
the final ?> should be omitted from all code filesOtherPrivateKeywordSniff.php44N/A
curly braces { should end a line, not start oneOtherPrivateKeywordSniff.php45N/A
ExpandDrupal/Sniffs/Classes/VarKeywordSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherVarKeywordSniff.php-1N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php20N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php29N/A
the final ?> should be omitted from all code filesOtherVarKeywordSniff.php44N/A
curly braces { should end a line, not start oneOtherVarKeywordSniff.php45N/A
ExpandDrupal/Sniffs/Commenting/DocCommentAlignmentSniff.php3010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDocCommentAlignmentSniff.php-1N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php24N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php33N/A
curly braces { should end a line, not start oneOtherDocCommentAlignmentSniff.php49N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php64N/A
else statements should begin on a new lineOtherDocCommentAlignmentSniff.php68N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherDocCommentAlignmentSniff.php81N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherDocCommentAlignmentSniff.php82N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php86N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDocCommentAlignmentSniff.php87N/A
the final ?> should be omitted from all code filesOtherDocCommentAlignmentSniff.php103N/A
Use an indent of 2 spaces, with no tabsOtherDocCommentAlignmentSniff.php107N/A
ExpandDrupal/Sniffs/Commenting/FileCommentSniff.php1020
MessageGroupFilenameLineFunctionStatus
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php12N/A
@file description should be on the following line (Drupal Docs)OtherFileCommentSniff.php22N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php31N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php40N/A
curly braces { should end a line, not start oneOtherFileCommentSniff.php56N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php71N/A
else statements should begin on a new lineOtherFileCommentSniff.php78N/A
Use "elseif" in place of "else if"OtherFileCommentSniff.php78N/A
else statements should begin on a new lineOtherFileCommentSniff.php82N/A
Use "elseif" in place of "else if"OtherFileCommentSniff.php82N/A
else statements should begin on a new lineOtherFileCommentSniff.php87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php92N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFileCommentSniff.php98N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFileCommentSniff.php104N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php106N/A
else statements should begin on a new lineOtherFileCommentSniff.php109N/A
the final ?> should be omitted from all code filesOtherFileCommentSniff.php112N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFileCommentSniff.php124N/A
ExpandDrupal/Sniffs/Commenting/FunctionCommentSniff.php13063
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionCommentSniff.php-1N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php21N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php35N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php42N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php49N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php56N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php65N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php81N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php87N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php88N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php89N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php90N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php91N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php96N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php112N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php117N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php117N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php121N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php121N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php134N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php142N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php152N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php153N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php156N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php176N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php184N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php204N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php204N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php207N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php207N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFunctionCommentSniff.php210N/A
use a space between the closing parenthesis and the open bracketOtherFunctionCommentSniff.php210N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php236N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php249N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php277N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php305N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php308N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php310N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php313N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php316N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php318N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php332N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php334N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php334N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php339N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php344N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php353N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php353N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php356N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php356N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php375N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php381N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php418N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php421N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php427N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php427N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php428N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php432N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php439N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php446N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFunctionCommentSniff.php448N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php458N/A
the final ?> should be omitted from all code filesOtherFunctionCommentSniff.php459N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php468N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php473N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php477N/A
Use an indent of 2 spaces, with no tabsOtherFunctionCommentSniff.php488N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php490N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php490N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php491N/A
else statements should begin on a new lineOtherFunctionCommentSniff.php493N/A
Use "elseif" in place of "else if"OtherFunctionCommentSniff.php493N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherFunctionCommentSniff.php494N/A
curly braces { should end a line, not start oneOtherFunctionCommentSniff.php514N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherFunctionCommentSniff.php524N/A
ExpandDrupal/Sniffs/Commenting/InlineCommentSniff.php26032
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInlineCommentSniff.php-1N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php33N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php42N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php46N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php61N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php71N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php76N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php77N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php78N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php79N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php80N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php81N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php82N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php83N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php84N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php85N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php86N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php87N/A
else statements should begin on a new lineOtherInlineCommentSniff.php96N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php100N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php109N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php124N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php129N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php139N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php141N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php147N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php160N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php171N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php182N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php187N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php189N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php199N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php203N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php215N/A
else statements should begin on a new lineOtherInlineCommentSniff.php221N/A
Use "elseif" in place of "else if"OtherInlineCommentSniff.php221N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php243N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php247N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php249N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php252N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php253N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherInlineCommentSniff.php256N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php257N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php263N/A
curly braces { should end a line, not start oneOtherInlineCommentSniff.php278N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php282N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php290N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php293N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php295N/A
the final ?> should be omitted from all code filesOtherInlineCommentSniff.php296N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php302N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php303N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php306N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineCommentSniff.php318N/A
else statements should begin on a new lineOtherInlineCommentSniff.php323N/A
else statements should begin on a new lineOtherInlineCommentSniff.php328N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherInlineCommentSniff.php332N/A
Use an indent of 2 spaces, with no tabsOtherInlineCommentSniff.php334N/A
ExpandDrupal/Sniffs/ControlStructures/ControlSignatureSniff.php106
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherControlSignatureSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherControlSignatureSniff.php16N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php33N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php40N/A
curly braces { should end a line, not start oneOtherControlSignatureSniff.php52N/A
the final ?> should be omitted from all code filesOtherControlSignatureSniff.php63N/A
Use an indent of 2 spaces, with no tabsOtherControlSignatureSniff.php67N/A
ExpandDrupal/Sniffs/ControlStructures/ElseIfSniff.php0011
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherElseIfSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php16N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php33N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php41N/A
curly braces { should end a line, not start oneOtherElseIfSniff.php57N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php64N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php65N/A
the final ?> should be omitted from all code filesOtherElseIfSniff.php66N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseIfSniff.php66N/A
Control statements should have one space between the control keyword and opening parenthesisOtherElseIfSniff.php70N/A
use a space between the closing parenthesis and the open bracketOtherElseIfSniff.php70N/A
ExpandDrupal/Sniffs/ControlStructures/ElseNewlineSniff.php106
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherElseNewlineSniff.php-1N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php27N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php36N/A
Use an indent of 2 spaces, with no tabsOtherElseNewlineSniff.php40N/A
curly braces { should end a line, not start oneOtherElseNewlineSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherElseNewlineSniff.php60N/A
the final ?> should be omitted from all code filesOtherElseNewlineSniff.php64N/A
ExpandDrupal/Sniffs/ControlStructures/InlineControlStructureSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInlineControlStructureSniff.php-1N/A
curly braces { should end a line, not start oneOtherInlineControlStructureSniff.php26N/A
curly braces { should end a line, not start oneOtherInlineControlStructureSniff.php38N/A
else statements should begin on a new lineOtherInlineControlStructureSniff.php44N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherInlineControlStructureSniff.php47N/A
the final ?> should be omitted from all code filesOtherInlineControlStructureSniff.php51N/A
ExpandDrupal/Sniffs/ControlStructures/TemplateControlStructureSniff.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherTemplateControlStructureSniff.php-1N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php21N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php30N/A
Use an indent of 2 spaces, with no tabsOtherTemplateControlStructureSniff.php39N/A
curly braces { should end a line, not start oneOtherTemplateControlStructureSniff.php54N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherTemplateControlStructureSniff.php56N/A
the final ?> should be omitted from all code filesOtherTemplateControlStructureSniff.php62N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherTemplateControlStructureSniff.php64N/A
LeafDrupal/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php008
LeafDrupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php1011
LeafDrupal/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php109
LeafDrupal/Sniffs/CSS/ColourDefinitionSniff.php205
LeafDrupal/Sniffs/CSS/IndentationSniff.php2013
LeafDrupal/Sniffs/CSS/MissingColonSniff.php0013
LeafDrupal/Sniffs/CSS/StyleSortSniff.php006
ExpandDrupal/Sniffs/Files/LineLengthSniff.php205
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLineLengthSniff.php-1N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php21N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php51N/A
curly braces { should end a line, not start oneOtherLineLengthSniff.php71N/A
the final ?> should be omitted from all code filesOtherLineLengthSniff.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherLineLengthSniff.php77N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherLineLengthSniff.php84N/A
ExpandDrupal/Sniffs/Files/TxtFileLineLengthSniff.php305
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherTxtFileLineLengthSniff.php-1N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php25N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php34N/A
curly braces { should end a line, not start oneOtherTxtFileLineLengthSniff.php50N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherTxtFileLineLengthSniff.php51N/A
Use an indent of 2 spaces, with no tabsOtherTxtFileLineLengthSniff.php59N/A
Use an indent of 2 spaces, with no tabsOtherTxtFileLineLengthSniff.php60N/A
the final ?> should be omitted from all code filesOtherTxtFileLineLengthSniff.php61N/A
ExpandDrupal/Sniffs/Formatting/DisallowCloseTagSniff.php007
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDisallowCloseTagSniff.php-1N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php20N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php29N/A
curly braces { should end a line, not start oneOtherDisallowCloseTagSniff.php45N/A
the final ?> should be omitted from all code filesOtherDisallowCloseTagSniff.php48N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDisallowCloseTagSniff.php48N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherDisallowCloseTagSniff.php49N/A
ExpandDrupal/Sniffs/Formatting/MultiLineAssignmentSniff.php209
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherMultiLineAssignmentSniff.php-1N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php29N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php38N/A
curly braces { should end a line, not start oneOtherMultiLineAssignmentSniff.php54N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php58N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php71N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherMultiLineAssignmentSniff.php72N/A
the final ?> should be omitted from all code filesOtherMultiLineAssignmentSniff.php92N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherMultiLineAssignmentSniff.php92N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherMultiLineAssignmentSniff.php99N/A
ExpandDrupal/Sniffs/Formatting/SpaceColonSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherSpaceColonSniff.php-1N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php20N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php29N/A
curly braces { should end a line, not start oneOtherSpaceColonSniff.php45N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceColonSniff.php49N/A
the final ?> should be omitted from all code filesOtherSpaceColonSniff.php53N/A
ExpandDrupal/Sniffs/Formatting/SpaceUnaryOperatorSniff.php1509
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherSpaceUnaryOperatorSniff.php-1N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php23N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php32N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php33N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php34N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php35N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php36N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php37N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php38N/A
curly braces { should end a line, not start oneOtherSpaceUnaryOperatorSniff.php54N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherSpaceUnaryOperatorSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php62N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherSpaceUnaryOperatorSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherSpaceUnaryOperatorSniff.php88N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php94N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php95N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php96N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php97N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php98N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php99N/A
Use an indent of 2 spaces, with no tabsOtherSpaceUnaryOperatorSniff.php100N/A
the final ?> should be omitted from all code filesOtherSpaceUnaryOperatorSniff.php103N/A
ExpandDrupal/Sniffs/Functions/FunctionDeclarationSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFunctionDeclarationSniff.php-1N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php21N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php30N/A
curly braces { should end a line, not start oneOtherFunctionDeclarationSniff.php46N/A
the final ?> should be omitted from all code filesOtherFunctionDeclarationSniff.php54N/A
ExpandDrupal/Sniffs/InfoFiles/ClassFilesSniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClassFilesSniff.php-1N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php21N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php33N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassFilesSniff.php36N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php40N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherClassFilesSniff.php42N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php43N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php55N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php83N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherClassFilesSniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherClassFilesSniff.php90N/A
curly braces { should end a line, not start oneOtherClassFilesSniff.php103N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherClassFilesSniff.php126N/A
the final ?> should be omitted from all code filesOtherClassFilesSniff.php142N/A
ExpandDrupal/Sniffs/InfoFiles/RequiredSniff.php1010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherRequiredSniff.php-1N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php21N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php30N/A
curly braces { should end a line, not start oneOtherRequiredSniff.php46N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherRequiredSniff.php47N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php65N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherRequiredSniff.php70N/A
the final ?> should be omitted from all code filesOtherRequiredSniff.php72N/A
else statements should begin on a new lineOtherRequiredSniff.php73N/A
Use "elseif" in place of "else if"OtherRequiredSniff.php73N/A
ExpandDrupal/Sniffs/NamingConventions/KeywordLowerCaseSniff.php205
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherKeywordLowerCaseSniff.php-1N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php20N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php29N/A
curly braces { should end a line, not start oneOtherKeywordLowerCaseSniff.php45N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherKeywordLowerCaseSniff.php47N/A
the final ?> should be omitted from all code filesOtherKeywordLowerCaseSniff.php48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherKeywordLowerCaseSniff.php49N/A
ExpandDrupal/Sniffs/NamingConventions/ValidClassNameSniff.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidClassNameSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php32N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php41N/A
Use an indent of 2 spaces, with no tabsOtherValidClassNameSniff.php45N/A
curly braces { should end a line, not start oneOtherValidClassNameSniff.php60N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidClassNameSniff.php65N/A
the final ?> should be omitted from all code filesOtherValidClassNameSniff.php71N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidClassNameSniff.php74N/A
ExpandDrupal/Sniffs/NamingConventions/ValidFunctionNameSniff.php4012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidFunctionNameSniff.php-1N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php17N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php38N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php51N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php53N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherValidFunctionNameSniff.php59N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidFunctionNameSniff.php63N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php64N/A
Use an indent of 2 spaces, with no tabsOtherValidFunctionNameSniff.php65N/A
Use an indent of 2 spaces, with no tabsOtherValidFunctionNameSniff.php67N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php78N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidFunctionNameSniff.php79N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidFunctionNameSniff.php82N/A
else statements should begin on a new lineOtherValidFunctionNameSniff.php86N/A
the final ?> should be omitted from all code filesOtherValidFunctionNameSniff.php97N/A
curly braces { should end a line, not start oneOtherValidFunctionNameSniff.php105N/A
ExpandDrupal/Sniffs/NamingConventions/ValidGlobalSniff.php006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidGlobalSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php20N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php77N/A
curly braces { should end a line, not start oneOtherValidGlobalSniff.php93N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidGlobalSniff.php100N/A
the final ?> should be omitted from all code filesOtherValidGlobalSniff.php103N/A
ExpandDrupal/Sniffs/NamingConventions/ValidVariableNameSniff.php2013
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherValidVariableNameSniff.php-1N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php24N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php37N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php41N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php46N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php52N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php60N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherValidVariableNameSniff.php61N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherValidVariableNameSniff.php61N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php67N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php85N/A
Use an indent of 2 spaces, with no tabsOtherValidVariableNameSniff.php100N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherValidVariableNameSniff.php103N/A
the final ?> should be omitted from all code filesOtherValidVariableNameSniff.php113N/A
curly braces { should end a line, not start oneOtherValidVariableNameSniff.php129N/A
LeafDrupal/Sniffs/Semantics/BrSniff.php306
LeafDrupal/Sniffs/Semantics/FunctionCall.php2018
LeafDrupal/Sniffs/Semantics/FunctionTSniff.php007
LeafDrupal/Sniffs/Semantics/FunctionWatchdogSniff.php006
LeafDrupal/Sniffs/Semantics/InstallHooksSniff.php2012
LeafDrupal/Sniffs/Semantics/InstallTSniff.php2010
LeafDrupal/Sniffs/Semantics/LStringTranslatableSniff.php005
LeafDrupal/Sniffs/Semantics/RemoteAddressSniff.php005
LeafDrupal/Sniffs/Semantics/TInHookMenuSniff.php209
LeafDrupal/Sniffs/Semantics/TInHookSchemaSniff.php209
ExpandDrupal/Sniffs/Strings/ConcatenationSpacingSniff.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherConcatenationSpacingSniff.php-1N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php25N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php34N/A
curly braces { should end a line, not start oneOtherConcatenationSpacingSniff.php44N/A
the final ?> should be omitted from all code filesOtherConcatenationSpacingSniff.php46N/A
ExpandDrupal/Sniffs/Strings/UnnecessaryStringConcatSniff.php2012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherUnnecessaryStringConcatSniff.php-1N/A
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)OtherUnnecessaryStringConcatSniff.php12N/A
curly braces { should end a line, not start oneOtherUnnecessaryStringConcatSniff.php31N/A
curly braces { should end a line, not start oneOtherUnnecessaryStringConcatSniff.php44N/A
else statements should begin on a new lineOtherUnnecessaryStringConcatSniff.php51N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php57N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php58N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php59N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherUnnecessaryStringConcatSniff.php72N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherUnnecessaryStringConcatSniff.php74N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherUnnecessaryStringConcatSniff.php85N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherUnnecessaryStringConcatSniff.php91N/A
the final ?> should be omitted from all code filesOtherUnnecessaryStringConcatSniff.php92N/A
else statements should begin on a new lineOtherUnnecessaryStringConcatSniff.php93N/A
ExpandDrupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php107
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCloseBracketSpacingSniff.php-1N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php21N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php40N/A
Use an indent of 2 spaces, with no tabsOtherCloseBracketSpacingSniff.php44N/A
curly braces { should end a line, not start oneOtherCloseBracketSpacingSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherCloseBracketSpacingSniff.php72N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherCloseBracketSpacingSniff.php73N/A
the final ?> should be omitted from all code filesOtherCloseBracketSpacingSniff.php76N/A
LeafDrupal/Sniffs/WhiteSpace/EmptyLinesSniff.php005
ExpandDrupal/Sniffs/WhiteSpace/FileEndSniff.php3012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFileEndSniff.php-1N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php24N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php44N/A
Use an indent of 2 spaces, with no tabsOtherFileEndSniff.php48N/A
curly braces { should end a line, not start oneOtherFileEndSniff.php63N/A
ExpandDrupal/Sniffs/WhiteSpace/LineEndingSniff.php107
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLineEndingSniff.php-1N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php4N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php24N/A
Use an indent of 2 spaces, with no tabsOtherLineEndingSniff.php31N/A
curly braces { should end a line, not start oneOtherLineEndingSniff.php46N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherLineEndingSniff.php50N/A
the final ?> should be omitted from all code filesOtherLineEndingSniff.php53N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherLineEndingSniff.php55N/A
ExpandDrupal/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php3025
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherObjectOperatorIndentSniff.php-1N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php30N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php39N/A
curly braces { should end a line, not start oneOtherObjectOperatorIndentSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php59N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php68N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php69N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php74N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherObjectOperatorIndentSniff.php89N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php95N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php96N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php100N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php101N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php106N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php109N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php113N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php114N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherObjectOperatorIndentSniff.php123N/A
else statements should begin on a new lineOtherObjectOperatorIndentSniff.php124N/A
put a space between the asterisk and the comment textOtherObjectOperatorIndentSniff.php130N/A
the final ?> should be omitted from all code filesOtherObjectOperatorIndentSniff.php135N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php137N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php147N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php148N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherObjectOperatorIndentSniff.php149N/A
LeafDrupal/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php007
LeafDrupal/Sniffs/WhiteSpace/OpenBracketSpacingSniff.php105
ExpandDrupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php2011
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherScopeClosingBraceSniff.php-1N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php23N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php39N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php55N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php60N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php80N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php90N/A
curly braces { should end a line, not start oneOtherScopeClosingBraceSniff.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherScopeClosingBraceSniff.php117N/A
the final ?> should be omitted from all code filesOtherScopeClosingBraceSniff.php125N/A
Use an indent of 2 spaces, with no tabsOtherScopeClosingBraceSniff.php126N/A
else statements should begin on a new lineOtherScopeClosingBraceSniff.php129N/A
Use an indent of 2 spaces, with no tabsOtherScopeClosingBraceSniff.php135N/A
LeafDrupal/Sniffs/WhiteSpace/ScopeIndentSniff.php5046
Leafdrupalcs.drush.inc000
LeafTest/bad.install000
LeafTest/bad.module002
LeafTest/bad.php202
LeafTest/bad.tpl.php101
LeafTest/good.install000
LeafTest/good.php1400
LeafTest/good.tpl.php001