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.

Comments

nehakhadke created an issue. See original summary.

nehakhadke’s picture

StatusFileSize
new1.06 KB

Status: Needs review » Needs work

The last submitted patch, 2: remove@file_2844468.patch, failed testing.

badjava’s picture

Title: Remove @file tag docblock from all the .php files. » Apply latest coding standards to m4032404
Status: Needs work » Needs review
StatusFileSize
new9.76 KB

Changed this issue to fixing all the coding standard issues in this module. Here is an updated patch.

jribeiro’s picture

Status: Needs review » Reviewed & tested by the community

+1 RTBC

  • skwashd committed b0b760f on 8.x-1.x authored by badjava
    Issue #2844468 by badjava: Apply latest coding standards
    
skwashd’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the patch. I've applied it and committed the changes.

Status: Fixed » Closed (fixed)

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