Content API - 6.x-1.x

Test status
StatusResult
Last receivedSat, 12/03/2011 - 03:07:38
Last requestedSat, 12/03/2011 - 03:08:03
Last testedSat, 12/03/2011 - 03:08:10
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectContent API
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] Repository checkout: failed to checkout from [git://git.drupal.org/project/services.git]; [[Coder]]: [Code review] 57 minor(s), 0 critical(s), and 57 normal(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
    Ensure the version control system is functioning properly.
  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
Review log
[20:08:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_199718.pifr_simpletest.1322881681.log)
[20:08:01] Environment variables and review information initialized.
[20:08:01] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/contentapi.git]
[20:08:01] Project directory is [contentapi]
[20:08:01] Review started.
[20:08:01] Invoking operation [setup]...
[20:08:01] Command [rm -rf sites/default/files/checkout 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[20:08:01] Command [rm -rf sites/default/files/review 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[20:08:01] Database backend [mysql] loaded.
[20:08:01] Invoking operation [fetch]...
[20:08:01] Invoking operation [checkout]...
[20:08:01] Version control system backend [git] loaded.
[20:08:02] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Cloning into checkout...].
[20:08:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '6.x' 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Switched to a new branch '6.x'
Branch 6.x set up to track remote branch 6.x from origin.].
[20:08:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [# On branch 6.x
nothing to commit (working directory clean)].
[20:08:03] Main branch [6.x] checkout [complete].
[20:08:03] Command [git clone 'git://git.drupal.org/project/services.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services...].
[20:08:03] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services/.git' checkout '6.x-3.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-3.x'
Branch 6.x-3.x set up to track remote branch 6.x-3.x from origin.].
[20:08:03] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-3.x
nothing to commit (working directory clean)].
[20:08:03] Dependency branch [6.x-3.x] checkout [complete].
[20:08:03] Command [git clone 'git://git.drupal.org/project/services.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services' --reference /var/cache/git/reference 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Status [128]
 Output: [fatal: destination path '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/services' already exists and is not an empty directory.].
[20:08:03] Dependency branch [6.x-3.1] checkout [failed].
[20:08:03] Encountered error on [checkout], details:
array (
  '@reason' => 'failed to checkout from [git://git.drupal.org/project/services.git]',
)
[20:08:03] Review complete. test_id=199718 result code=3 details=Array
(
    [@reason] => failed to checkout from [git://git.drupal.org/project/services.git]
)

[20:08:03] Static variables reset.

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
57 minor(s), 0 critical(s), and 57 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandcontentapi.module10026
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi.module-1N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othercontentapi.module10N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi.module10N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othercontentapi.module11N/A
Administrative menu items should have a description.Othercontentapi.module19N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module69N/A
Missing periodOthercontentapi.module78N/A
Use an indent of 2 spaces, with no tabsOthercontentapi.module108N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module168N/A
Doxygen uses @todo and @bug to markup things to be done.Othercontentapi.module184N/A
Missing periodOthercontentapi.module188N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi.module188N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module189N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module189N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module226N/A
Separate comments from comment syntax by a space.Othercontentapi.module236N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module256N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi.module256N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module258N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module258N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module258N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module280N/A
Remove the empty commented line in your function documentation.Othercontentapi.module286N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module346N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module347N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module419N/A
There should be no trailing spacesOthercontentapi.module431N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module458N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module459N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module462N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module463N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module576N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module576N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontentapi.module576N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module577N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module577N/A
Expandmodules/contentapi_summary/contentapi_summary.module207
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_summary.module-1N/A
Missing periodOthercontentapi_summary.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_summary.module4N/A
If you define a @param or @return, you should document it as well.Othercontentapi_summary.module5N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_summary.module5N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_summary.module22N/A
If you define a @param or @return, you should document it as well.Othercontentapi_summary.module23N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_summary.module23N/A
put a space between the asterisk and the comment textOthercontentapi_summary.module24N/A
Expandmodules/contentapi_taxonomy_term/contentapi_taxonomy_term.module606
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_taxonomy_term.module-1N/A
Missing parenthesis after function nameOthercontentapi_taxonomy_term.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module4N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi_taxonomy_term.module17N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module35N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module36N/A
There should be no trailing spacesOthercontentapi_taxonomy_term.module45N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module53N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module54N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module89N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module90N/A
Expandmodules/contentapi_taxonomy_term/tests/functional/ContentApiTaxonomyTermResource.test1301
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)OtherContentApiTaxonomyTermResource.test10N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test11N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test15N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test20N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test25N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test30N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test59N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test70N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test86N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test103N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test119N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test151N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test160N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test209N/A
Expandmodules/contentapi_taxonomy_vocab/contentapi_taxonomy_vocab.admin.inc203
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.admin.inc9N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.admin.inc10N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi_taxonomy_vocab.admin.inc21N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.admin.inc38N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.admin.inc39N/A
Expandmodules/contentapi_taxonomy_vocab/contentapi_taxonomy_vocab.module8013
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_taxonomy_vocab.module-1N/A
Missing periodOthercontentapi_taxonomy_vocab.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module4N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module5N/A
Missing parenthesis after function nameOthercontentapi_taxonomy_vocab.module21N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module21N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module22N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module22N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module23N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module55N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module56N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module56N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module57N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module70N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module71N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module71N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module72N/A
There should be no trailing spacesOthercontentapi_taxonomy_vocab.module93N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module107N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module108N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module109N/A
Expandmodules/contentapi_taxonomy_vocab/tests/functional/ContentApiTaxonomyVocabResource.test1601
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)OtherContentApiTaxonomyVocabResource.test12N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test13N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test18N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test23N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test28N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test33N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test61N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test72N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test80N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test91N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test133N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test154N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test170N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test186N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test217N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test226N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test275N/A

All

Test nameMinorCriticalNormal
Leafcontentapi.install000
Expandcontentapi.module10026
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi.module-1N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othercontentapi.module10N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi.module10N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Othercontentapi.module11N/A
Administrative menu items should have a description.Othercontentapi.module19N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module69N/A
Missing periodOthercontentapi.module78N/A
Use an indent of 2 spaces, with no tabsOthercontentapi.module108N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module168N/A
Doxygen uses @todo and @bug to markup things to be done.Othercontentapi.module184N/A
Missing periodOthercontentapi.module188N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi.module188N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module189N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module189N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module226N/A
Separate comments from comment syntax by a space.Othercontentapi.module236N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module256N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi.module256N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module258N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module258N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module258N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module280N/A
Remove the empty commented line in your function documentation.Othercontentapi.module286N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module346N/A
Use Drupal's format_date(), not PHP's default date().Othercontentapi.module347N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module419N/A
There should be no trailing spacesOthercontentapi.module431N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module458N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module459N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module462N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontentapi.module463N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module576N/A
Function documentation should be less than 80 characters per line.Othercontentapi.module576N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontentapi.module576N/A
If you define a @param or @return, you should document it as well.Othercontentapi.module577N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi.module577N/A
Expandmodules/contentapi_summary/contentapi_summary.module207
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_summary.module-1N/A
Missing periodOthercontentapi_summary.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_summary.module4N/A
If you define a @param or @return, you should document it as well.Othercontentapi_summary.module5N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_summary.module5N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_summary.module22N/A
If you define a @param or @return, you should document it as well.Othercontentapi_summary.module23N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_summary.module23N/A
put a space between the asterisk and the comment textOthercontentapi_summary.module24N/A
Expandmodules/contentapi_taxonomy_term/contentapi_taxonomy_term.module606
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_taxonomy_term.module-1N/A
Missing parenthesis after function nameOthercontentapi_taxonomy_term.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module4N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi_taxonomy_term.module17N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module35N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module36N/A
There should be no trailing spacesOthercontentapi_taxonomy_term.module45N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module53N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module54N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_term.module89N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_term.module90N/A
Expandmodules/contentapi_taxonomy_term/tests/functional/ContentApiTaxonomyTermResource.test1301
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)OtherContentApiTaxonomyTermResource.test10N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test11N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test15N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test20N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test25N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test30N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test59N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test70N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test86N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test103N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test119N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test151N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test160N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyTermResource.test209N/A
Expandmodules/contentapi_taxonomy_vocab/contentapi_taxonomy_vocab.admin.inc203
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.admin.inc9N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.admin.inc10N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontentapi_taxonomy_vocab.admin.inc21N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.admin.inc38N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.admin.inc39N/A
Expandmodules/contentapi_taxonomy_vocab/contentapi_taxonomy_vocab.module8013
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercontentapi_taxonomy_vocab.module-1N/A
Missing periodOthercontentapi_taxonomy_vocab.module4N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module4N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module5N/A
Missing parenthesis after function nameOthercontentapi_taxonomy_vocab.module21N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module21N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module22N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module22N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module23N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module55N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module56N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module56N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module57N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module70N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module71N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Othercontentapi_taxonomy_vocab.module71N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module72N/A
There should be no trailing spacesOthercontentapi_taxonomy_vocab.module93N/A
Function summaries should be one line only. (Drupal Docs)Othercontentapi_taxonomy_vocab.module107N/A
If you define a @param or @return, you should document it as well.Othercontentapi_taxonomy_vocab.module108N/A
put a space between the asterisk and the comment textOthercontentapi_taxonomy_vocab.module109N/A
Expandmodules/contentapi_taxonomy_vocab/tests/functional/ContentApiTaxonomyVocabResource.test1601
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)OtherContentApiTaxonomyVocabResource.test12N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test13N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test18N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test23N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test28N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test33N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test61N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test72N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test80N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test91N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test133N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test154N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test170N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test186N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test217N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test226N/A
put a space between the asterisk and the comment textOtherContentApiTaxonomyVocabResource.test275N/A