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.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | interdiff-10-13.txt | 422 bytes | nitin_lama |
| #13 | 2847943-updating-cs-13.patch | 2.15 KB | nitin_lama |
| #10 | removed-file-docblock-2847943-10.patch | 1.74 KB | patelmayank7552 |
| #5 | removed-file-docblock-2847943-5.patch | 908 bytes | Deepthi kumari |
| #2 | removed-file-docblock-2847943-2.patch | 690 bytes | aks22 |
Issue fork video_embed_rutube-2847943
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
aks22 commentedComment #3
sam152 commentedI prefer not to do these one at a time.
Comment #4
sam152 commentedComment #5
Deepthi kumari commentedUpdated Patch. Please review.
Comment #7
dipesh_goswamiHi @Deepthi kumari,
I am reviewing your patch.
Thanks.
Comment #8
dipesh_goswamiHi @Deepthi kumari,
Your patch applied cleanly.
Only this one issue left:
So, moving it to NW.
Thanks for your patch.
Comment #9
nitin_lamaComment #10
patelmayank7552 commented@nitin_lama
I have fixed the coding standards.
Please review it.
Comment #11
patelmayank7552 commentedComment #12
nitin_lamaI was already working on it @patelmayank7552.
Please follow the contribution standards before working on an issue, as this doesn't leave a good impression on other contributors who are already working on it. Atleast wait for a day or two before assigning it to yourself. Also there are still some coding standard fixes left in your patch. Incoming patch !!
Thanks.
Comment #13
nitin_lamaUpdated patch.
Comment #14
atul_ghate commentedHi nitin_lama,
i will review this patch.
Comment #15
atul_ghate commentedI reviewed and applied this patch cleanly, the patch fixed all phpcs issues, so I am transferring to RTBC.
/var/www/html/oslando/web/modules/contrib/video_embed_rutube (8.x-1.x) $ git apply -v /var/www/html/oslando/web/modules/contrib/video_embed_rutube/2847943-updating-cs-13.patch
Checking patch src/Plugin/video_embed_field/Provider/Rutube.php...
Checking patch video_embed_rutube.info.yml...
Applied patch src/Plugin/video_embed_field/Provider/Rutube.php cleanly.
Applied patch video_embed_rutube.info.yml cleanly.
atul@atul-Latitude-3420 /var/www/html/oslando/web/modules/contrib/video_embed_rutube (8.x-1.x) $ cd ../
atul@atul-Latitude-3420 /var/www/html/oslando/web/modules/contrib $ cd ../../
atul@atul-Latitude-3420 /var/www/html/oslando/web $ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml --encoding=utf-8 -p modules/contrib/video_embed_rutube/ --ignore=node_modules
.. 2 / 2 (100%)
Time: 71ms; Memory: 10MB
Comment #16
atul_ghate commentedComment #18
davps commented