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
347 bytes
dhruveshdtripathi’s picture

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

Patch applied cleanly. @file tag docblock removed from .php file. The above image shows remaining @file tag docblocks, which are not from .php files.

Good work!

sandipauti’s picture

Status: Reviewed & tested by the community » Fixed

Applied patch successfully, thanks everyone for help.

Status: Fixed » Closed (fixed)

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