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 |
|---|---|---|---|
| #6 | 2871352-6.patch | 1.11 KB | andypost |
| #3 | Remove_@file_tag-2871352-3.patch | 1.11 KB | Munavijayalakshmi |
Comments
Comment #2
Munavijayalakshmi commentedComment #3
Munavijayalakshmi commentedplease ignore #2.
Comment #6
andypostsame patch
Comment #7
andypostBtw it also needs clean-up code styling
Comment #8
andypostSo issue was in name of the patch
Comment #9
legolasboI've cleaned up the code style while committing this patch. Thank you for your contribution.