Problem/Motivation
When running PHPCS as per https://www.drupal.org/docs/contributed-modules/code-review-module/php-c..., there are a few warnings shown which should be resolved.
Steps to reproduce
Run PHPCS on the module codebase.
Proposed resolution
Fix all the errors and warnings.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3257760-2.patch | 3.85 KB | gaurav.kapoor |
Comments
Comment #2
gaurav.kapoor commentedComment #3
andregp commentedPatch applies correctly and solve all issues. You can check on the files attached the PHPCS errors before the patch and after (I run with verbose modifies so you can see there are 0 errors/warnings on each file).
Thanks @gaurav.kapoor
Comment #4
andregp commentedSorry, I sent one of the files wrong. Here is correct one.
Comment #5
andregp commentedComment #7
rsvelko commentedThanks, all!