Open sarjona opened 3 years ago
This is detected in moodle-extra by PSR1.Classes.ClassDeclaration.MissingNamespace
. Unfortunately, Moodle still expects certain classes to exist in the global namespace, such as mod_<modname>_mod_form
and the {backup,restore}_<modname>_activity_task
classes.
This is about to enforce the following policy decided recently (https://tracker.moodle.org/browse/MDLSITE-6087).
This issue is about to verify these details in the codechecker. Nothing more, nothing less.
Reporter: Sara Arjona Original issue: https://tracker.moodle.org/browse/CONTRIB-8128