Problem/Motivation

drupalcs mobile_number_login

FILE: .../web/modules/custom/mobile_number_login/mobile_number_login.libraries.yml
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
11 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/mobile_number_login/mobile_number_login.module
----------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES
----------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
19 | ERROR | [x] Missing function doc comment
24 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
26 | WARNING | [x] A comma should follow the last multiline array item. Found: 'email'
36 | WARNING | [x] A comma should follow the last multiline array item. Found: 49
44 | ERROR | [x] Missing function doc comment
70 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------

FILE: .../web/modules/custom/mobile_number_login/mobile_number_login.info.yml
------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------

Steps to reproduce

Proposed resolution

fix coding standards.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Bhanu951 created an issue. See original summary.

bhanu951’s picture

Status: Active » Needs review
erikaagp’s picture

Assigned: Unassigned » erikaagp

I'll review it

erikaagp’s picture

Assigned: erikaagp » Unassigned

sorry, I couldn't reproduce it.

praveen3555’s picture

Thanks for fixing it Bhanu951

praveen3555’s picture

praveen3555’s picture

Assigned: Unassigned » praveen3555
Status: Needs review » Fixed
praveen3555’s picture

Status: Fixed » Closed (fixed)