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 |
|---|---|---|---|
| #4 | 2759409-4.patch | 14.36 KB | rlhawk |
| #4 | interdiff.txt | 3.54 KB | rlhawk |
| #3 | 2759409-3.patch | 10.82 KB | Sonal.Sangale |
Comments
Comment #2
Sonal.Sangale commentedComment #3
Sonal.Sangale commentedComment #4
rlhawkThanks for this.
There are a number of additional files that can have their @file docblocks removed. Here's a new patch that adds those deletions, along with an interdiff.
Comment #5
tynor commentedLooks good to me.
Comment #7
rlhawk