Closed (outdated)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2023 at 08:09 UTC
Updated:
9 Feb 2026 at 13:04 UTC
Jump to comment: Most recent
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.
Run the script ../vendor/bin/phpcs --standard=drupal modules/contrib/pathauto/
Fix issues related to splitting the array into multiple lines.
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.