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.

The @file doc block MUST be present for all PHP files, with one exception: files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension, and whose file path is closely related to the namespace (under PSR-4 or a similar standard), SHOULD NOT have a @file documentation block.

CommentFileSizeAuthor
#2 security_review-2785393-2.patch10.64 KBNitesh Pawar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Nitesh Pawar created an issue. See original summary.

Nitesh Pawar’s picture

Assigned: Nitesh Pawar » Unassigned
Status: Active » Needs review
FileSize
10.64 KB
tlyngej’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed the patch, applied it and ran all of the checks.

Everything seems fine. RTBC.

banviktor’s picture

Status: Reviewed & tested by the community » Fixed

Thank you Nitesh!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.