Problem/Motivation
Fix the issues reported by PHPCS for Drupal and DrupalPractice standards in branch 2.0.x
Steps to reproduce
Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig clinic_zymphonies_theme/
Proposed resolution
Fix all the issues listed after executing the command
Remaining tasks
Fixed few issues, the remaining issues are listed below:
FILE: .../web/modules/contrib/clinic_zymphonies_theme/clinic_zymphonies_theme.theme
--------------------------------------------------------------------------------
FOUND 6 ERRORS AND 5 WARNINGS AFFECTING 6 LINES
--------------------------------------------------------------------------------
158 | ERROR | Doc comment short description must be on a single line,
| | further text should be a separate paragraph
278 | WARNING | Translatable strings must not begin or end with white spaces,
| | use placeholders with t() for variables
278 | ERROR | Concatenating translatable strings is not allowed, use
| | placeholders instead and only one string literal
284 | WARNING | Translatable strings must not begin or end with white spaces,
| | use placeholders with t() for variables
284 | ERROR | Concatenating translatable strings is not allowed, use
| | placeholders instead and only one string literal
290 | WARNING | Translatable strings must not begin or end with white spaces,
| | use placeholders with t() for variables
290 | ERROR | Concatenating translatable strings is not allowed, use
| | placeholders instead and only one string literal
295 | WARNING | Translatable strings must not begin or end with white spaces,
| | use placeholders with t() for variables
295 | ERROR | Concatenating translatable strings is not allowed, use
| | placeholders instead and only one string literal
300 | WARNING | Translatable strings must not begin or end with white spaces,
| | use placeholders with t() for variables
300 | ERROR | Concatenating translatable strings is not allowed, use
| | placeholders instead and only one string literal
--------------------------------------------------------------------------------
FILE: ...ntrib/clinic_zymphonies_theme/includes/fontawesome/css/fontawesome.min.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...ntrib/clinic_zymphonies_theme/includes/smartmenus/jquery.smartmenus.min.js
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...odules/contrib/clinic_zymphonies_theme/includes/bootstrap/js/popper.min.js
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...les/contrib/clinic_zymphonies_theme/includes/bootstrap/js/bootstrap.min.js
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...s/contrib/clinic_zymphonies_theme/includes/bootstrap/css/bootstrap.min.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...odules/contrib/clinic_zymphonies_theme/includes/bootstrap/css/docs.min.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...ib/clinic_zymphonies_theme/includes/flexslider/js/jquery.flexslider-min.js
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...trib/clinic_zymphonies_theme/includes/owl/assets/owl.theme.default.min.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...b/modules/contrib/clinic_zymphonies_theme/includes/owl/owl.carousel.min.js
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...ribution/drupal8/web/modules/contrib/clinic_zymphonies_theme/css/media.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
FILE: ...ibution/drupal8/web/modules/contrib/clinic_zymphonies_theme/css/global.css
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
1 | WARNING | File appears to be minified and cannot be processed
--------------------------------------------------------------------------------
Time: 1.42 secs; Memory: 24MB
Please review the patch for fixing few errors and warnings.