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
#2 2766393-2.patch1.35 KBvinay15

Comments

Vinay15 created an issue. See original summary.

vinay15’s picture

Assigned: vinay15 » Unassigned
Status: Active » Needs review
StatusFileSize
new1.35 KB

Removed @file docblock.

  • 242a813 committed on 8.x-1.x
    Issue #2766393 by Vinay15: Remove @file tag docblock from all the .php...
takim’s picture

Status: Needs review » Closed (fixed)

fixed in new release.