As per coding standard documentation at https://www.drupal.org/coding-standards/docs#file, the @file 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 |
|---|---|---|---|
| #5 | removed-file-docblock-2759035.patch | 5.6 KB | aks22 |
| #2 | 2759035-2.patch | 2.85 KB | vinay15 |
Comments
Comment #2
vinay15Removed @file docblock.
Comment #5
aks22 commentedUpdated the patch for test folder files.
Comment #7
legolasboCommitted and pushed to 8.x-1.x. Thanks!