Problem/Motivation
FILE: /var/www/html/vb/d_cont/webform_ban/webform_ban.module
---------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
---------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
18 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
19 | ERROR | [x] Array indentation error, expected 12 spaces but found 10
20 | ERROR | [x] Array indentation error, expected 12 spaces but found 10
21 | ERROR | [x] Array indentation error, expected 12 spaces but found 10
22 | ERROR | [x] Array indentation error, expected 12 spaces but found 10
28 | ERROR | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------
FILE: ...cont/webform_ban/src/Plugin/Action/WebformSubmissionBanAndDeleteAction.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------
21 | ERROR | [x] Expected 1 blank line before function; 0 found
34 | ERROR | [x] Expected 1 blank line after function; 0 found
35 | ERROR | [x] The closing brace for the class must have an empty line
| | before it
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
Time: 91ms; Memory: 8MB
Steps to reproduce
Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig webform_ban/
Remaining tasks
Patch review