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
2.06 KB

Applying the patch, please review.

dhruveshdtripathi’s picture

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

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

Good work!

  • Jibus committed 6bdc75c on 8.x-1.x authored by Pavan B S
    Issue #2870276 by Pavan B S, dhruveshdtripathi: Remove @file tag...
Jibus’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for your work! Committed against 8.x-1.x

Status: Fixed » Closed (fixed)

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