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
#2 2761363-2.patch8.03 KBvinay15

Comments

Vinay15 created an issue. See original summary.

vinay15’s picture

Assigned: vinay15 » Unassigned
Status: Active » Needs review
StatusFileSize
new8.03 KB

Removed @file docblock.

rjacobs’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, thanks for catching that. Did this show up in a coder check or some other automated syntax checking scripts?

  • rjacobs committed e7504a8 on 8.x-2.x authored by Vinay15
    Issue #2761363 by Vinay15: Remove @file tag docblock from all the .php...
rjacobs’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -Coding standards

Committed!

vinay15’s picture

No, I checked it manually.

Status: Fixed » Closed (fixed)

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