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.

CommentFileSizeAuthor
#3 remove-file-doc-3.patch1.06 KBSonal.Sangale
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sonal.Sangale created an issue. See original summary.

Sonal.Sangale’s picture

Assigned: Unassigned » Sonal.Sangale
Sonal.Sangale’s picture

FileSize
1.06 KB

Removing @file doc from all .php files.

Sonal.Sangale’s picture

Assigned: Sonal.Sangale » Unassigned
Status: Active » Needs review
pwolanin’s picture

Hmm, interesting that https://www.drupal.org/docs/develop/coding-standards/api-documentation-a... was changed recently it seems.

  • pwolanin committed 41a4050 on 8.x-1.x authored by Sonal.Sangale
    Issue #2754247 by Sonal.Sangale: Remove @file tag docblock from all the...
pwolanin’s picture

Status: Needs review » Fixed

Thanks for the cleanup

Status: Fixed » Closed (fixed)

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