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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Assigned: Pavan B S » Unassigned
Status: Active » Needs review
FileSize
10.46 KB

Applying the patch, please review.

Status: Needs review » Needs work

The last submitted patch, 2: 2868502-2.patch, failed testing.

Pavan B S’s picture

Re applying the patch, with error removed from the patch

Pavan B S’s picture

Status: Needs work » Needs review
dhruveshdtripathi’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
59.65 KB

Patch applied cleanly. All the necessary t() functions replaced with $this->t() and all the @file tag docblocks are removed from .php files.

Good work!

amit.drupal’s picture

FileSize
27.25 KB

After Apply patch all t() replace with $this->t() and @file remove in .php file

Review Patch #4. Its work nicely .Attach list of modified files.

  • jhedstrom committed 00c0d30 on 8.x-1.x authored by Pavan B S
    Issue #2868502 by Pavan B S, dhruveshdtripathi, amit.drupal: Remove @...
jhedstrom’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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