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.

CommentFileSizeAuthor
removed-file-block.patch643 bytesRohit Patil

Comments

Rohit Patil created an issue. See original summary.

farald’s picture

Status: Needs review » Reviewed & tested by the community

Correct. Patch looks good.