moodle-local_codechecker icon indicating copy to clipboard operation
moodle-local_codechecker copied to clipboard

Simple coding-style checker for Moodle, using PHP_CodeSniffer

Results 13 moodle-local_codechecker issues
Sort by recently updated
recently updated
newest added

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...

question

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. ```...