Hi there. I am creating a simple patch that removes @file blocks.

Drupal coding standards state that php files that contain a namespaced class/interface/trait and whose file name is the same as the class name should not have a @file doc block.

CommentFileSizeAuthor
#2 toolbar_region-2807811-2.patch850 bytesvishalkhialani
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vishalkhialani created an issue. See original summary.

vishalkhialani’s picture

FileSize
850 bytes

Here is the patch.

vishalkhialani’s picture

Assigned: vishalkhialani » Unassigned
Status: Active » Needs review
minakshiPh’s picture

Assigned: Unassigned » minakshiPh
minakshiPh’s picture

Assigned: minakshiPh » Unassigned
Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs testing

Thanks for the patch.

#2 works for me.

  • pifagor committed 6d5649d on 8.x-1.x
    Fixed the coding standards. Issue #2807811 by vishalkhialani: Removing @...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Done

pifagor’s picture

Status: Fixed » Closed (fixed)