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 | remove_file_tag-2872902-6.patch | 1.75 KB | dhruveshdtripathi |
| #2 | Remove_@file_tag-2872902-2.patch | 599 bytes | Munavijayalakshmi |
Comments
Comment #2
Munavijayalakshmi commentedComment #4
Munavijayalakshmi commentedComment #5
joelpittetThere are a bunch of class files in src that need this too, please tackle all instead of one at a time.
http://cgit.drupalcode.org/menu_link_weight/tree/src/MenuLinkWeightServi...
Comment #6
dhruveshdtripathi commentedRemoved remaining @file tag docblocks from .php files.
Comment #7
joelpittetThanks, that leaves the .test file but that is likely left by port to d8.
Comment #9
johnwebdev commentedThanks!