- ๐บ๐ฆUkraine alt.dev
alt.dev โ made their first commit to this issueโs fork.
Automatically closed - issue fixed for 2 weeks with no activity.
After running phpcs for Drupal best practices, found the following issues:
phpcs --standard=DrupalPractice,Drupal .
FILE: /var/www/html/drupal_contrib/web/modules/custom/module_missing_message_fixer/src/ModuleMissingMessageFixer.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
112 | WARNING | Line exceeds 80 characters; contains 82 characters
117 | WARNING | Line exceeds 80 characters; contains 82 characters
138 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
138 | WARNING | Only string literals should be passed to t() where possible
------------------------------------------------------------------------------------------------------------------------------------------
Ensure string literals are passed to t() if possible and also replace t() calls with $this->t() wherever needed.
NONE
NONE
NONE
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
alt.dev โ made their first commit to this issueโs fork.
Automatically closed - issue fixed for 2 weeks with no activity.