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
#3 2774113-3.patch479 bytesShashwat Purav
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aks22 created an issue. See original summary.

naveenvalecha’s picture

Category: Bug report » Task
Issue tags: +Novice
Shashwat Purav’s picture

Status: Active » Needs review
FileSize
479 bytes

Added patch. Removed @file tag docblock from all the .php files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension.

Deciphered’s picture

Status: Needs review » Fixed

Thanks for the patch, however this had already been caught during the iterative porting process.

Status: Fixed » Closed (fixed)

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