Problem/Motivation
Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4; $glue should be the first parameter and $pieces the second
Steps to reproduce
phpcs --standard=PHPCompatibility --extensions=php,module,inc,install,test,profile,theme .
Proposed resolution
auto_nodetitle/auto_nodetitle.drush.inc:40 fix order.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3181391-2.patch | 592 bytes | joelpittet |
Comments
Comment #2
joelpittetHere's the patch, I touched up the spacing on that line because it wouldn't break other patches, hope that's ok?
Comment #3
joelpittetComment #5
gaurav.kapoor commentedThanks @Joelpittet.