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

Munavijayalakshmi created an issue. See original summary.

Munavijayalakshmi’s picture

Assigned: Munavijayalakshmi » Unassigned
Status: Active » Needs review
FileSize
535 bytes
dhruveshdtripathi’s picture

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

Patch applied cleanly. All the @file tag docblock removed from .php files. Remaining @file tag docblock is from .module file.

Good work!

  • keopx committed c9ae5d2 on 8.x-1.x
    Issue #2872307 by Munavijayalakshmi, dhruveshdtripathi: Remove @file tag...
keopx’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for review

keopx’s picture

Status: Fixed » Closed (fixed)