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

Comments

mgoncalves created an issue. See original summary.

mgoncalves’s picture

Assigned: mgoncalves » Unassigned
Status: Active » Needs review
StatusFileSize
new371 bytes
riddhi.addweb’s picture

Status: Needs review » Reviewed & tested by the community

Thanks mgoncalves for patch, after applying your patch @file tag is removed from the given file. patch works well for me.

  • salvis committed 9f567ec on 8.x-1.x
    Issue #2877093 by mgoncalves: Remove @file documentation.
    
salvis’s picture

Status: Reviewed & tested by the community » Fixed

Thank you, @mgoncalves and @riddhi.addweb!

Status: Fixed » Closed (fixed)

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