moodle-local_codechecker
moodle-local_codechecker copied to clipboard
Simple coding-style checker for Moodle, using PHP_CodeSniffer
Hi all, today (24th Nov 2023), we have proceeded to rename the "master" branch of this repository to "main". You can find more details about the migration @ https://tracker.moodle.org/browse/MDLSITE-7418 For...
If we do check any plugin via code checker and have file like this https://moodledev.io/docs/4.4/apis/commonfiles#libphp even file like - https://moodledev.io/docs/4.4/apis/commonfiles#locallibphp It does not showing any warning / error. There should...
I created a class called `block_type`, and when running the code checker, I received the following error message: ``` global $PAGE cannot be used in block classes. Use $this->page. ```...