Fix the errors for group_menu.module

FILE: /var/www/drupal-7-pareview/pareview_temp/group_menu.module
---------------------------------------------------------------------------
FOUND 10 ERRORS AND 4 WARNINGS AFFECTING 13 LINES
---------------------------------------------------------------------------
208 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
364 | WARNING | [ ] Do not concatenate strings to translatable strings,
| | they should be part of the t() argument and you
| | should use placeholders
382 | WARNING | [ ] Do not concatenate strings to translatable strings,
| | they should be part of the t() argument and you
| | should use placeholders
411 | ERROR | [x] Doc comment long description must end with a full
| | stop
471 | ERROR | [ ] Type hint "array" missing for $gids
499 | ERROR | [ ] Missing parameter type
631 | ERROR | [x] Doc comment long description must end with a full
| | stop
640 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
665 | ERROR | [x] Closing parenthesis of array declaration must be on a
| | new line
692 | ERROR | [ ] Missing parameter comment
694 | ERROR | [ ] Type hint "array" missing for $form
694 | ERROR | [ ] Type hint "array" missing for $options
726 | ERROR | [ ] If the line declaring an array spans longer than 80
| | characters, each element should be broken into its
| | own line
805 | ERROR | [x] Expected 1 newline at end of file; 2 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------

Comments

mike.davis created an issue. See original summary.

  • mike.davis committed d9fe029 on 7.x-1.x
    Issue #2623686 by mike.davis: Parview: group_menu.module coding...
mike.davis’s picture

Status: Active » Fixed

This has been updated now

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.