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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | removed-file-docblock-2844828-2.patch | 1.41 KB | aks22 |
Comments
Comment #2
aks22 commentedComment #3
istryker commentedI read
Comment #5
istryker commentedI don't really understand that docs, but I see all of core modules files not have @file. Committing.