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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2756147-2.patch | 11.56 KB | vinay15 |
Comments
Comment #2
vinay15Removed @file docblocks from all .php files.
Comment #3
vinay15Comment #5
jonathan1055 commentedThe failing tests are not the fault of this patch - it is due to a core change. Our tests will need to be adjusted, which I am working on - see #2757625: Previously passing tests now fail in Drupal 8.2 - Change assertRaw to assertText
Comment #6
jonathan1055 commentedRe-queued the patch, now that I have committed #2757625: Previously passing tests now fail in Drupal 8.2 - Change assertRaw to assertText.
Comment #7
vinay15Thanks :)
Comment #9
jonathan1055 commentedThank you Vinay15. I checked each one, all good. Committed.
Jonathan