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 2765335-2.patch1.13 KBVinay15
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vinay15 created an issue. See original summary.

Vinay15’s picture

Assigned: Vinay15 » Unassigned
Status: Active » Needs review
FileSize
1.13 KB

Removed @file docblock.

  • Raphael Apard committed c68b4ca on 8.x-1.x authored by Vinay15
    Issue #2765335 by Vinay15: Remove @file tag docblock from all the .php...
Raphael Apard’s picture

Status: Needs review » Closed (fixed)

Thanks