the following items are failing drupal coding standards.

$ dcs modules/r4032login

FILE: /Users/bdone/Sites/community/r4032login/r4032login.module
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
 82 | WARNING | #options values usually have to run through t() for
    |         | translation
 83 | WARNING | #options values usually have to run through t() for
    |         | translation
----------------------------------------------------------------------


FILE: ...ommunity/r4032login/src/EventSubscriber/R4032LoginSubscriber.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
  68 | ERROR | [ ] Comment missing or not on the next line for
     |       |     @throws tag in function comment
  72 | ERROR | [ ] @return doc comment specified, but function has no
     |       |     return statement
 117 | ERROR | [x] The closing brace for the class must have an empty
     |       |     line before it
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Comments

bdone’s picture

Assigned: Unassigned » bdone
bdone’s picture

Issue summary: View changes

  • bdone committed 8bf5e8c on
    Issue #2528656: Fix coding standards for r4032login
    
bdone’s picture

Assigned: bdone » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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