Hi,

The @file doc block MUST be present for all PHP files, with one exception: files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension, and whose file path is closely related to the namespace (under PSR-4 or a similar standard), SHOULD NOT have a @file documentation block.

Check Documentaion: API documentation and comment standards

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mgoncalves created an issue. See original summary.

mgoncalves’s picture

Assigned: mgoncalves » Unassigned
Status: Active » Needs review
FileSize
4.18 KB
zalak.addweb’s picture

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

@mgoncalves, Thanks for the patch, it works well as I checked it manually by applying it in the module file. It works as expected.
Thanks Again!!

JacobSanford’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for contribution!

Status: Fixed » Closed (fixed)

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