- Issue created by @tunic
- Status changed to Needs review
7 months ago 1:16pm 29 August 2024 - Status changed to Fixed
7 months ago 3:37pm 19 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The module uses several namespaces that are not valid in the context of a Drupal module code. All namespaces must start with \Drupal\languagewire_translation_provider\
See https://www.drupal.org/docs/develop/coding-standards/namespaces#modules →
You can easily find all errors using this bash command:
grep namespace * -r | fgrep -v "Drupal\languagewire_translation_provider"
Currently, there are 83 worng namespaces, see attached report.
Update the namespaces.
Fixed
Code
Automatically closed - issue fixed for 2 weeks with no activity.