In admin/report/status page, the coder requirements tell user to install PHP Code sniffer by typing this drush command:
drush install-coder-sniffer
But this command doesn't exists, the real command is:
drush install-php-code-sniffer
Patch comming in the next comment.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2055383_coder_requirements_wrong_drush_command_1.patch | 1.25 KB | opi |
Comments
Comment #1
opithe patch.
Comment #2
artusamakLooks good to me.
Comment #3
davidbarbarisi@gmail.com commentedRan into the same problem. Patch works for me as well.
Comment #4
klausiCommitted, thanks!