- Issue created by @alyaj2a
- 🇮🇳India akulsaxena
@alyaj2a
Reviewed your MR
PHPCS errors given in Issue summary are now solved
Moving to RTBC+
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css .
FILE: /home/aly/www/contribuciones/web/modules/custom/tempest_highlight/src/Plugin/Filter/TempestHighlight.php
--------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
--------------------------------------------------------------------------------------------------------------
19 | ERROR | [x] Missing class doc comment
31 | ERROR | [ ] Missing member variable doc comment
42 | ERROR | [x] Missing function doc comment
67 | ERROR | [x] Expected newline after closing brace
117 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css .
Active
1.0
Code
@alyaj2a
Reviewed your MR
PHPCS errors given in Issue summary are now solved
Moving to RTBC+