Problem/Motivation
I ran the PHPCS ../vendor/bin/phpcs --standard=drupal modules/contrib/pathauto/ and found that there are many errors related to The array content that should be split up over multiple lines.
So this issue is specific to this only.
Steps to reproduce
Run the script ../vendor/bin/phpcs --standard=drupal modules/contrib/pathauto/
Proposed resolution
Fix issues related to splitting the array into multiple lines.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork pathauto-3376748
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
keshavv commentedI have created the MR for the same.
Please review.
Thank you.
Comment #4
riddhi.addweb commentedI tried to apply the patch [MR 50], but some errors were displayed after applying the patch. Please review it as the patch is failing.
Comment #5
mably commentedLooks like it's not generating PHPCS warnings anymore.