- 🇺🇦Ukraine _shy Ukraine, Lutsk 🇺🇦
This is already fixed - 📌 Coding standards Fixed
As per coding standard documentation at ' https://www.drupal.org/coding-standards/docs → ', @file tag docblock should not be there in the files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension.
The @file doc block MUST be present for all PHP files, with one exception: files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension, and whose file path is closely related to the namespace (under PSR-4 or a similar standard), SHOULD NOT have a @file documentation block.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is already fixed - 📌 Coding standards Fixed