The Drupal 8 coding standard guide states

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.

https://www.drupal.org/coding-standards/docs#file

CommentFileSizeAuthor
#2 remove_file_doc_block-2707257-2.patch15.18 KBanon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anon created an issue. See original summary.

anon’s picture

Committed this patch.

  • anon committed 538f3cb on 8.x-5.x
    Issue #2707257 by anon: Remove @file doc block from namespaced classes,...
anon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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