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.

CommentFileSizeAuthor
#2 removed-file-docblock-2774371.patch1.92 KBaks22

Issue fork gigya-2774371

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aks22 created an issue. See original summary.

aks22’s picture

urvashi_vora’s picture

Assigned: aks22 » urvashi_vora
urvashi_vora’s picture

Status: Active » Needs review

Hi @aks22,

I am reviewing your patch.

urvashi_vora’s picture

Assigned: urvashi_vora » Unassigned
Status: Needs review » Reviewed & tested by the community

Hi @aks22,

I reviewed your patch.

It works well and is good for me. All @file tags are removed from .php files which contain a namespace.

Thanks for the patch. I am changing the status to RTBC.
Also, I will create an MR.