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 2758461-2.patch358 bytesVinay15
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vinay15 created an issue. See original summary.

Vinay15’s picture

FileSize
358 bytes

Removed @file docblock.

Vinay15’s picture

Assigned: Vinay15 » Unassigned
Status: Active » Needs review

rphair credited rphair.

rphair’s picture

Status: Needs review » Fixed

thanks @Vinay15 - version 8.x-1.0-beta1 has this & a number of fixed docblocks. I cleaned all this stuff out of the pending beta version during the Friday code sprint at DrupalCon Dublin. It now passes code sniffer and automated review on pareview.sh (except for a VERSION tag in the info.yml file which will be cleaned up in the next release).

Status: Fixed » Closed (fixed)

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