Problem/Motivation
Code sniffer check reports for the various issues with coding standards. See report https://www.drupal.org/pift-ci-job/1839301
Steps to reproduce
See test report.
Proposed resolution
Fix all PHPCS issues.


| Comment | File | Size | Author |
|---|---|---|---|
| #13 | image (13).png | 51.8 KB | libbna |
Issue fork queue_ui-3222384
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 #2
volegerqueue_ui.drush.inc file can be omitted in favor of #3222385: Update Drush support
Comment #3
sourabhjainI am working on this.
Comment #5
sourabhjainCreated a MR and a print of the remaining task ( i don't know this module enough to add Docs to the classes )
Comment #6
sourabhjainComment #7
elberComment #8
elberHi I applied the changes and revised the issue using this command: phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/queue_ui/
This command checks if Drupal coding standards is correct ( https://www.drupal.org/docs/contributed-modules/code-review-module/php-c...)
And then I had this return
Comment #9
elberI will try to work on this.
Comment #10
elberHi everyone I worked on this issue but I couldn't to resolve all threads and then the issue's status is needs work, thank you
Comment #12
ruturaj chaubeyFixed the coding standard issues in the recent commit.
Comment #13
libbna commentedReviewed #11 MR and found 2 errors.
Comment #14
chakkche commentedComment #15
chakkche commentedComment #16
volegerComment #18
volegerFixed, thanks