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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Assigned: Pavan B S » Unassigned
Status: Active » Needs review
FileSize
749 bytes

Applying the patch, please review.

dhruveshdtripathi’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
28.99 KB

Patch applied cleanly. All the @file tag docblock removed from .php files. Remaining @file tag docblocks are from .install and .module files.

Good work!

lahoosascoots’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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