Taxonomy menu - 6.x-2.x

Test status
StatusResult
Last receivedMon, 03/19/2012 - 06:08:37
Last requestedMon, 03/19/2012 - 06:09:03
Last testedMon, 03/19/2012 - 06:09:18
Test count3
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier6.x-2.x
ProjectTaxonomy menu
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 37 minor(s), 2 critical(s), and 81 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
37 minor(s), 2 critical(s), and 81 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandtaxonomy_menu.batch.inc0010
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthertaxonomy_menu.batch.inc41N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc89N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc90N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc91N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc92N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc108N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc109N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc110N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc111N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.batch.inc111N/A
Expandtaxonomy_menu.database.inc0117
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc16N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc17N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc18N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc72N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc73N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc87N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc88N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc112N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc113N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc127N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc136N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc137N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc146N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc147N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc156N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.database.inc156N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc157N/A
SQL query handling data in a potentially insecure way by using the %%s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data.Othertaxonomy_menu.database.inc162N/A
Expandtaxonomy_menu.module2129
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othertaxonomy_menu.module159N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module166N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module167N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module186N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module188N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module201N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module236N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module434N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module437N/A
The control statement should be on a separate line from the control conditionalOthertaxonomy_menu.module470N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu.module490N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu.module514N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu.module578N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module600N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module610N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module611N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module612N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module625N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module676N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module693N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module700N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module774N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module775N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module776N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module830N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module840N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module849N/A
Function summaries should be one line only. (Drupal Docs)Othertaxonomy_menu.module865N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module867N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.module867N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module908N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Othertaxonomy_menu.module1031N/A
Expandtaxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module308
MessageGroupFilenameLineFunctionStatus
Missing parenthesis after function nameOthertaxonomy_menu_hierarchy.module9N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_hierarchy.module11N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module23N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module26N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module31N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module33N/A
Function summaries should be one line only. (Drupal Docs)Othertaxonomy_menu_hierarchy.module46N/A
There should be no trailing spacesOthertaxonomy_menu_hierarchy.module47N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_hierarchy.module48N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu_hierarchy.module51N/A
There should be no trailing spacesOthertaxonomy_menu_hierarchy.module63N/A
Expandtaxonomy_menu_path_custom/taxonomy_menu_path_custom.module5011
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_path_custom.module8N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu_path_custom.module11N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module60N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module62N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module70N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module71N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module85N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_path_custom.module86N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthertaxonomy_menu_path_custom.module86N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module88N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_path_custom.module89N/A
missing space after commaOthertaxonomy_menu_path_custom.module91N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu_path_custom.module91N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module93N/A
missing space after commaOthertaxonomy_menu_path_custom.module94N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module96N/A
Expandtaxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module2706
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module3N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module4N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module5N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module9N/A
Missing periodOthertaxonomy_menu_vocabulary_path.module9N/A
Format should be * Implementation of hook_foo().Othertaxonomy_menu_vocabulary_path.module9N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module10N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module11N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module12N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module13N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module14N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module15N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module16N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module17N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module26N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module34N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module40N/A
Missing parenthesis after function nameOthertaxonomy_menu_vocabulary_path.module40N/A
Format should be * Implementation of hook_foo().Othertaxonomy_menu_vocabulary_path.module40N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module41N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module42N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module43N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module44N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module45N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module53N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module54N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module57N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module58N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy_menu_vocabulary_path.module60N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_vocabulary_path.module63N/A
use a space between the closing parenthesis and the open bracketOthertaxonomy_menu_vocabulary_path.module63N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module70N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module71N/A

All

Test nameMinorCriticalNormal
Expandtaxonomy_menu.batch.inc0010
MessageGroupFilenameLineFunctionStatus
The control statement should be on a separate line from the control conditionalOthertaxonomy_menu.batch.inc41N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc89N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc90N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc91N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc92N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc108N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc109N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc110N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.batch.inc111N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.batch.inc111N/A
Expandtaxonomy_menu.database.inc0117
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc16N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc17N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc18N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc72N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc73N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc87N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc88N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc112N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc113N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc127N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc136N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc137N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc146N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc147N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc156N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.database.inc156N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.database.inc157N/A
SQL query handling data in a potentially insecure way by using the %%s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data.Othertaxonomy_menu.database.inc162N/A
Leaftaxonomy_menu.install000
Expandtaxonomy_menu.module2129
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othertaxonomy_menu.module159N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module166N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module167N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module186N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module188N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module201N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module236N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module434N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module437N/A
The control statement should be on a separate line from the control conditionalOthertaxonomy_menu.module470N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu.module490N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu.module514N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu.module578N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module600N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module610N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module611N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module612N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module625N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module676N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module693N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module700N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module774N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module775N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module776N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module830N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module840N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module849N/A
Function summaries should be one line only. (Drupal Docs)Othertaxonomy_menu.module865N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module867N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othertaxonomy_menu.module867N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu.module908N/A
The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time.Othertaxonomy_menu.module1031N/A
Expandtaxonomy_menu_hierarchy/taxonomy_menu_hierarchy.module308
MessageGroupFilenameLineFunctionStatus
Missing parenthesis after function nameOthertaxonomy_menu_hierarchy.module9N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_hierarchy.module11N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module23N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module26N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module31N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_hierarchy.module33N/A
Function summaries should be one line only. (Drupal Docs)Othertaxonomy_menu_hierarchy.module46N/A
There should be no trailing spacesOthertaxonomy_menu_hierarchy.module47N/A
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_hierarchy.module48N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu_hierarchy.module51N/A
There should be no trailing spacesOthertaxonomy_menu_hierarchy.module63N/A
Expandtaxonomy_menu_path_custom/taxonomy_menu_path_custom.module5011
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othertaxonomy_menu_path_custom.module8N/A
Function documentation should be less than 80 characters per line.Othertaxonomy_menu_path_custom.module11N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module60N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module62N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module70N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_path_custom.module71N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module85N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_path_custom.module86N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthertaxonomy_menu_path_custom.module86N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module88N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_path_custom.module89N/A
missing space after commaOthertaxonomy_menu_path_custom.module91N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthertaxonomy_menu_path_custom.module91N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module93N/A
missing space after commaOthertaxonomy_menu_path_custom.module94N/A
There should be no trailing spacesOthertaxonomy_menu_path_custom.module96N/A
Expandtaxonomy_menu_vocabulary_path/taxonomy_menu_vocabulary_path.module2706
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module3N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module4N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module5N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module9N/A
Missing periodOthertaxonomy_menu_vocabulary_path.module9N/A
Format should be * Implementation of hook_foo().Othertaxonomy_menu_vocabulary_path.module9N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module10N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module11N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module12N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module13N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module14N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module15N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module16N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module17N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module26N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module34N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module40N/A
Missing parenthesis after function nameOthertaxonomy_menu_vocabulary_path.module40N/A
Format should be * Implementation of hook_foo().Othertaxonomy_menu_vocabulary_path.module40N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module41N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module42N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module43N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module44N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module45N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module53N/A
indent secondary line of comment one space Othertaxonomy_menu_vocabulary_path.module54N/A
There should be no trailing spacesOthertaxonomy_menu_vocabulary_path.module57N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module58N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy_menu_vocabulary_path.module60N/A
Control statements should have one space between the control keyword and opening parenthesisOthertaxonomy_menu_vocabulary_path.module63N/A
use a space between the closing parenthesis and the open bracketOthertaxonomy_menu_vocabulary_path.module63N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module70N/A
Separate comments from comment syntax by a space.Othertaxonomy_menu_vocabulary_path.module71N/A