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
Issue fork mobile_number_login-3318528
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
Comment #3
bhanu951 commentedComment #4
erikaagp commentedI'll review it
Comment #5
erikaagp commentedsorry, I couldn't reproduce it.
Comment #6
praveen3555 commentedThanks for fixing it Bhanu951
Comment #7
praveen3555 commentedComment #8
praveen3555 commentedComment #9
praveen3555 commented