FILE: disable_html5_validation/disable_html5_validation.module
-----------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
1 | ERROR | [x] Missing file doc comment
5 | ERROR | [x] Expected 1 blank line before function; 0 found
5 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | disable_html5_validation_issues-3105033-update.patch | 654 bytes | rohitrajputsahab |
| #7 | disable_html5_validation_issues-3105033.patch | 643 bytes | rohitrajputsahab |
Comments
Comment #2
sch4lly commentedI will fix this in the next release.
Comment #3
rohitrajputsahab commentedPlease give me credit, You can give it from the comment section.
Comment #4
sch4lly commentedCredit for what?
Comment #5
rohitrajputsahab commentedFOR FOUND ERRORS
Comment #6
sch4lly commentedFeel free to provide a patch, I will happily commit it. You get credit then!
Comment #7
rohitrajputsahab commented@sch4lly Use this patch to solve your module errors.
Comment #8
rohitrajputsahab commentedComment #9
sch4lly commentedThanks for the patch. The @file comment uses the wrong module name though.
Comment #10
rohitrajputsahab commentedOops, yes you are right. Please check the new one patch.
Comment #11
rohitrajputsahab commentedComment #12
andrewmacpherson commentedmaking the issue title clearer
Comment #13
andrewmacpherson commentedThe patch in #10...
phpcs --standard=Drupal,DrupalPracticebefore and after the patch.Comment #15
sch4lly commentedThanks! Commited to 8.x-1.1
Comment #16
sch4lly commented