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.

CommentFileSizeAuthor
#2 2874724-2.patch9.43 KBPavan B S

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Status: Active » Needs review
StatusFileSize
new9.43 KB

Applying the patch, please review

riddhi.addweb’s picture

Assigned: Pavan B S » Unassigned
Status: Needs review » Reviewed & tested by the community

Thanks pavan for patch, after applying your patch @file tag is removed from the given file.