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
1.31 KB
dhruveshdtripathi’s picture

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

Patch applied cleanly. All the @file tag docblocks from .php files are removed in the module.

Good work!

  • vilepickle committed dd70963 on 8.x-1.x
    Issue #2868886 by Munavijayalakshmi, dhruveshdtripathi: [Short summary...

Anonymous’s picture

Assigned: Unassigned »
Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)