Fix violations:

FILE: .../video_embed_vine/src/Plugin/video_embed_field/Provider/Vine.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should
| | not begin with a file doc comment
12 | ERROR | [ ] Missing short description in doc comment
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

FILE: ...modules/video_embed_vine/tests/src/Unit/ProviderUrlParseTest.php
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should
| | not begin with a file doc comment
20 | ERROR | [ ] Missing short description in doc comment
54 | ERROR | [x] Expected 1 blank line after function; 0 found
55 | ERROR | [x] The closing brace for the class must have an empty
| | line before it
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 253ms; Memory: 6Mb

CommentFileSizeAuthor
#2 remove@file_2854392_1.patch909 bytesnehakhadke

Comments

nehakhadke created an issue. See original summary.

nehakhadke’s picture

StatusFileSize
new909 bytes
sam152’s picture

Title: Remove @file tag docblock from all the .php files. » Fix all CS violations
Issue summary: View changes
Status: Needs review » Needs work