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 |
|---|---|---|---|
| #3 | 2772075-3.patch | 1.07 KB | Pradnya Pingat |
Comments
Comment #2
Pradnya Pingat commentedComment #3
Pradnya Pingat commentedRemoved @file block from PHP files.
Comment #5
cilefen commentedThank you.