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.

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Assigned: Pavan B S » Unassigned
Status: Active » Needs review
StatusFileSize
new1.85 KB

Applying the patch, please review

dhruveshdtripathi’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new77.96 KB

Patch applied cleanly. As you can see in the attached screenshot, there were 7 @file docblocks, and after applying the patch they reduced to 2. Those two @file docblocks are from .install file and .inc file.

Good work!