- Issue created by @kinyein
- 🇨🇴Colombia kinyein
Hi, I made a merge request to fix the coding standards issue in this module, I hope it can be reviewed soon.
- 🇮🇳India Rohit Rana
Hi @kinyein After applying your merge request, most of the errors are resolved, but there are a few errors that exist. Please find them below, so please resolve them.
FILE: /var/www/html/drupal8.9/web/modules/contrib/kraken/src/Plugin/ImageAPIOptimizeProcessor/Kraken.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------------------------
82 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
89 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
96 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
102 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
------------------------------------------------------------------------------------------------------------------------------------------