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 2758451-2.patch447 bytesvinay15

Comments

Vinay15 created an issue. See original summary.

vinay15’s picture

Assigned: vinay15 » Unassigned
Status: Active » Needs review
StatusFileSize
new447 bytes

Removed @file docblock.

  • Vinay15 authored 7521edd on 8.x-1.x
    Issue #2758451 by Vinay15: Remove @file tag docblock from ViewsAccordion...
manuel garcia’s picture

good catch @Vinay15, thanks!

manuel garcia’s picture

Status: Needs review » Closed (fixed)