- Issue created by @quietone
- 🇦🇹Austria klausi 🇦🇹 Vienna
Thanks for reporting!
As a first fix we should allow PHPCS ignore comments to be on the same line, pushed https://github.com/pfrenssen/coder/pull/246
Now this works:class Test { /** * The search score. */ public string $search_score; // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName }
I'm not a big fan of the extra line you want in the issue summary, but maybe we can also make that work easily.
- 🇦🇹Austria klausi 🇦🇹 Vienna
Confirmed, easy to fix: https://github.com/pfrenssen/coder/pull/247
That exposed Drupal core coding standard problems with wrong tag order on member variable comments. I put those on ignore for now:
lib/Drupal/Core/Entity/EntityType.php
lib/Drupal/Core/Recipe/RecipeInputFormTrait.php
lib/Drupal/Core/Form/FormState.php
modules/migrate/src/Plugin/Migration.php
modules/views/src/ViewExecutable.php
modules/views/src/Plugin/views/style/StylePluginBase.php - 🇦🇹Austria klausi 🇦🇹 Vienna
And merged!
This will need a new Coder release 8.3.27 and then Drupal core needs to update to that. Will probably do that next week or so.
Automatically closed - issue fixed for 2 weeks with no activity.