Closed mudrd8mz closed 3 years ago
There are rules in Moodle on what can be 2nd level of namespaces within plugins. The namespace mod_notetaker\lib\ violates it.
mod_notetaker\lib\
The class should be renamed to something like mod_notetaker\local\utilities or so.
mod_notetaker\local\utilities
Please refer to https://docs.moodle.org/dev/Coding_style#Rules_for_level2
There are rules in Moodle on what can be 2nd level of namespaces within plugins. The namespace
mod_notetaker\lib\
violates it.The class should be renamed to something like
mod_notetaker\local\utilities
or so.Please refer to https://docs.moodle.org/dev/Coding_style#Rules_for_level2