core/modules/help/help.module help.module severity: minorreview: sniffer_a5e3588cc10399225a71c9ee7aa0bd24Line 53: If the line declaring an array spans longer than 80 characters, each element should be broken into its own line [sniffer_a5e3588cc10399225a71c9ee7aa0bd24] $output .= '

' . t('For more information, refer to the specific topics listed in the next section or to the online Drupal handbooks. You may also post at the Drupal forum or view the wide range of other support options available.', array('@help' => url('admin/help'), '@handbook' => 'http://drupal.org/documentation', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support')) . '

'; severity: minorreview: sniffer_a5e3588cc10399225a71c9ee7aa0bd24Line 58: If the line declaring an array spans longer than 80 characters, each element should be broken into its own line [sniffer_a5e3588cc10399225a71c9ee7aa0bd24] $output .= '

' . t('The Help module provides Help reference pages and context-sensitive advice to guide you through the use and configuration of modules. It is a starting point for the online Drupal handbooks. The handbooks contain more extensive and up-to-date information, are annotated with user-contributed comments, and serve as the definitive reference point for all Drupal documentation. For more information, see the online handbook entry for the Help module.', array('@help' => 'http://drupal.org/documentation/modules/help/', '@handbook' => 'http://drupal.org/documentation', '@help-page' => url('admin/help'))) . '

'; severity: minorreview: sniffer_0b18f5ee74641c49b03d82e7a7aa4b12Line 71: Format should be "* Implements hook_foo()." or "Implements hook_foo_BAR_ID_bar() for xyz_bar()." [sniffer_0b18f5ee74641c49b03d82e7a7aa4b12] * Implements hook_preprocess_HOOK() for block.tpl.php. Hide core/modules/help/help.admin.inc help.admin.inc severity: minorreview: sniffer_83576421b5a32494aa5b58e538d68370Line 23: Missing parameter type at position 1 [sniffer_83576421b5a32494aa5b58e538d68370] * @param $name severity: minorreview: sniffer_a5e3588cc10399225a71c9ee7aa0bd24Line 50: If the line declaring an array spans longer than 80 characters, each element should be broken into its own line [sniffer_a5e3588cc10399225a71c9ee7aa0bd24] $output .= theme('item_list', array('items' => $links, 'title' => t('@module administration pages', array('@module' => $info[$name]['name'])))); severity: minorreview: sniffer_777d3454c07aff7d345a92d020fb0ec1Line 59: Data type of return value is missing [sniffer_777d3454c07aff7d345a92d020fb0ec1] * @return ---------------------------------------------------------------------------------------------------------------- core/modules/help/help.api.php help.api.php severity: minorreview: sniffer_83576421b5a32494aa5b58e538d68370Line 23: Missing parameter type at position 1 [sniffer_83576421b5a32494aa5b58e538d68370] * @param $path severity: minorreview: sniffer_f1a00e0888a3086e93e58afded6c7b3bLine 35: Missing parameter type at position 2 [sniffer_f1a00e0888a3086e93e58afded6c7b3b] * @param $arg severity: minorreview: sniffer_777d3454c07aff7d345a92d020fb0ec1Line 46: Data type of return value is missing [sniffer_777d3454c07aff7d345a92d020fb0ec1] * @return ---------------------------------------------------------------------------------------------------------------- core/modules/help/lib/Drupal/help/Tests/HelpTest.php HelpTest.php severity: minorreview: sniffer_c28ec1ac174e11ee0093f9c47b5a147bLine 37: Missing function doc comment [sniffer_c28ec1ac174e11ee0093f9c47b5a147b] public static function getInfo() { severity: minorreview: comment_20Line 37: Docblock should be immediately above HelpTest::getInfo (Drupal Docs) [comment_20] public static function getInfo() { severity: minorreview: sniffer_c28ec1ac174e11ee0093f9c47b5a147bLine 45: Missing function doc comment [sniffer_c28ec1ac174e11ee0093f9c47b5a147b] public function setUp() { severity: minorreview: comment_20Line 45: Docblock should be immediately above HelpTest::setUp (Drupal Docs) [comment_20] public function setUp() { severity: minorreview: sniffer_a5e3588cc10399225a71c9ee7aa0bd24Line 51: If the line declaring an array spans longer than 80 characters, each element should be broken into its own line [sniffer_a5e3588cc10399225a71c9ee7aa0bd24] $this->adminUser = $this->drupalCreateUser(array('access administration pages', 'view the administration theme', 'administer permissions')); ---------------------------------------------------------------------------------------------------------------- core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php NoHelpTest.php severity: minorreview: sniffer_c28ec1ac174e11ee0093f9c47b5a147bLine 31: Missing function doc comment [sniffer_c28ec1ac174e11ee0093f9c47b5a147b] public static function getInfo() { severity: minorreview: comment_20Line 31: Docblock should be immediately above NoHelpTest::getInfo (Drupal Docs) [comment_20] public static function getInfo() { severity: minorreview: sniffer_c28ec1ac174e11ee0093f9c47b5a147bLine 39: Missing function doc comment [sniffer_c28ec1ac174e11ee0093f9c47b5a147b] public function setUp() { severity: minorreview: comment_20Line 39: Docblock should be immediately above NoHelpTest::setUp (Drupal Docs) [comment_20] public function setUp() { ----------------------------------------------------------------------------------------------------------------