-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.3
-
None
-
Moderate
-
MOODLE_311_STABLE
David Mudrak reported:
When visiting the main page, I get:
Warning: The use statement with non-compound name 'tool_translationmanager' has no effect in .../admin/tool/translationmanager/index.php on line 25
The said code there reads:
tool_translationmanager/index.php
Line 25 in 02acb7b
use tool_translationmanager;
which violates the "Do not import an entire namespace with a "use" statement, import individual classes only." rule from https://docs.moodle.org/dev/Coding_style#Namespaces
https://github.com/moodlehq/tool_translationmanager/issues/1