As per coding standard documentation at 'https://www.drupal.org/coding-standards/docs', @file tag 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. And short array syntax should be used.

CommentFileSizeAuthor
#3 2871664-3.png94.16 KBamit.drupal
#2 2871664-2.patch1.48 KBPavan B S

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Assigned: Pavan B S » Unassigned
StatusFileSize
new1.48 KB

Applying the patch, please review

amit.drupal’s picture

StatusFileSize
new94.16 KB

Patch applied cleanly. Remove @file tag docblock from all the .php files. Checked it manually.

@file found only deactivate_account.install and deactivate_account.module

amit.drupal’s picture

Status: Needs review » Reviewed & tested by the community

  • nehajyoti committed 9b8f1a8 on 8.x-1.x
    Issue #2871664 by pavan-b-s: Apply patch for Remove @file tag docblock.
    
nehajyoti’s picture

Patch Applied.

nehajyoti’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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