You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Moodle coding standards compliance and CI workflow
All PHP files now pass phpcs --standard=moodle with zero errors and
warnings. Added file docblocks with @copyright/@license to all files,
class and function docblocks, renamed member variables from snake_case
to camelCase per Moodle naming conventions, fixed inline comment
formatting, and removed unnecessary MOODLE_INTERNAL checks from
autoloaded classes. Added moodle-cs.yml GitHub Action.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments