- Issue created by @joachim
- Status changed to Postponed: needs info
about 1 year ago 6:18am 21 April 2024 - 🇦🇹Austria klausi 🇦🇹 Vienna
Can you post the source code file or a link to it?
My immediate guess would be that you might run the Drupal core phpcs configuration with phpcbf? That might not work because some sniffs are disabled so the fixing is incomplete. Instead, please run the full Drupal Coder config for fixing files.
- 🇬🇧United Kingdom joachim
The source is from this module: https://git.drupalcode.org/project/action_link
- Status changed to Fixed
about 1 year ago 7:35am 21 April 2024 - 🇦🇹Austria klausi 🇦🇹 Vienna
Thanks! You probably fixed the missing comment now, but if I remove it and run the complete fixer then it does the right thing:
cd action_link ~/workspace/coder/vendor/bin/phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml .
Where ~/workspace/coder/ is my Coder installation.
Check the documentation how to run Coder phpcs and phpcbf at https://www.drupal.org/docs/contributed-modules/code-review-module/php-c... →
Automatically closed - issue fixed for 2 weeks with no activity.