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 |
|---|---|---|---|
| #11 | remove_file_tag-2843812-11.patch | 870 bytes | alex_optim |
| #9 | 2843812-6.patch | 364 bytes | Pavan B S |
| #4 | remove@file_2843812_1.patch-4.patch | 364 bytes | Pavan B S |
| #2 | remove@file_2843812_1.patch | 725 bytes | nehakhadke |
Comments
Comment #2
nehakhadke commentedComment #4
Pavan B S commentedRe-applying the patch, for testing removed @file from test file for checking.
Comment #5
Pavan B S commentedComment #7
dhruveshdtripathi commentedHi Pavan
Re-upload the patch after removing @ sign from patch name.
Thank you
Comment #8
dhruveshdtripathi commentedComment #9
Pavan B S commentedReapplying the patch, as per the suggestion from comment #7
Comment #10
dhruveshdtripathi commentedPatch #9 is OK!
Comment #11
alex_optimTag @file used in not one place in this module. So I remove this tag from all places.
Comment #12
pifagorlook good
Comment #13
alex_optimComment #15
alex_optim