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 |
|---|---|---|---|
| #3 | 2761347-3.patch | 36.85 KB | mark_fullmer |
Comments
Comment #2
vinay15Removed @file docblock.
Comment #3
mark_fullmerThis observation is valid, but there are also a number of other very minor code syntax violations. Given this is pure syntax, I'm opting for a patch that fixes all of it at once, rather than targeting the specific violations. The attached patch builds on the removal of the @file doc comment with fixing primarily the following :
Comment #4
mark_fullmerComment #6
damienmckennaCommitted. Thanks!