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. And short array syntax should be used.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2871664-3.png | 94.16 KB | amit.drupal |
| #2 | 2871664-2.patch | 1.48 KB | Pavan B S |
Comments
Comment #2
Pavan B S commentedApplying the patch, please review
Comment #3
amit.drupal commentedPatch applied cleanly. Remove @file tag docblock from all the .php files. Checked it manually.
@file found only deactivate_account.install and deactivate_account.module
Comment #4
amit.drupal commentedComment #6
nehajyoti commentedPatch Applied.
Comment #7
nehajyoti commented