As per coding standard documentation at https://www.drupal.org/coding-standards/docs#file, the @file 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 2758541-3.patch405 bytesSonal.Sangale
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vinay15 created an issue. See original summary.

Sonal.Sangale’s picture

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

Assigned: Sonal.Sangale » Unassigned
Status: Active » Needs review
FileSize
405 bytes

Removing @file doc from .php file.

zalak.addweb’s picture

Status: Needs review » Reviewed & tested by the community

@Sonal.Sangale, Thanks for the patch, I tested it manually by applying it in the module file.

darvanen’s picture

+1 for commit

  • Darvanen committed 9b68840 on 8.x-1.x
    Issue #2758541 by Sonal.Sangale: Remove @file tag docblock from all the...
darvanen’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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