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

Control no spacing in array index square brackets #190

Closed stronk7 closed 2 years ago

stronk7 commented 2 years ago

Note this doesn't perform any check over arrays syntax, only array indexes. Covered with tests.

Fixes #189

stronk7 commented 2 years ago

Self-merged!