Problem/Motivation
This sniff relates to Drupal API documentation standards for classes and namespaces.
Hello this fixes the Drupal.Commenting.ClassComment.Missing standard listed in this parent, #2571965: [meta] Fix PHP coding standards in core.
In the pull request two classes are skipped:
- one is being fixed via the https://www.drupal.org/project/drupal/issues/3105880
- and another one intentionally doesn't include the class doc block due to testing the empty plugin annotations (therefore the adjusted phpcs.xml.dist).
Steps to reproduce
Proposed resolution
Comply with Drupal API documentation standards for classes and namespaces and another relevant part of the Drupal coding standards.
Remaining tasks
Break into child issues for
- Core test #3498158: Fix 'Drupal.Commenting.ClassComment.Missing' in core/tests
- Functional tests #3498152: Fix 'Drupal.Commenting.ClassComment.Missing' in Functional tests
- test modules #3498297: Fix 'Drupal.Commenting.ClassComment.Missing' in test modules
- module #3498302: Fix 'Drupal.Commenting.ClassComment.Missing' in modules
This issue will enable the sniff and fix any remaining issues