moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

Add a hand of missing codes that are mandatory in phpcs3 #75

Closed stronk7 closed 4 years ago

stronk7 commented 4 years ago

Not much to say. In phpcs these are optional, but in phpcs3 they are mandatory. And also they help to find stuff easily when reported. So better have the detail ready for whenever migrating to phpcs3.

stronk7 commented 4 years ago

Self-merging, it's passing. Nothing really changes (unless you include codes on report)