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 2756899-2.patch372 bytesVinay15
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vinay15 created an issue. See original summary.

Vinay15’s picture

Status: Active » Needs review
FileSize
372 bytes

Removed @file docblock.

Vinay15’s picture

Assigned: Vinay15 » Unassigned

  • JohnAlbin committed a11d040 on 8.x-1.x authored by Vinay15
    Issue #2756899 by Vinay15: Remove @file tag docblock from all the .php...
JohnAlbin’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

JohnAlbin’s picture

Status: Reviewed & tested by the community » Fixed
JohnAlbin’s picture

Title: Remove @file tag docblock from all the .php files. » Remove @file tag docblock from all PSR-4 PHP files

Fixing title.

Status: Fixed » Closed (fixed)

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