moodlehq / moodle-cs

Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18 stars 16 forks source link

Detect various spacing issues in function declarations #99

Closed stronk7 closed 9 months ago

stronk7 commented 9 months ago

This is about, exclusively, detect spacing issues in function/method declarations. Some cases (there may be more):

aka, correct:

function function_name(...params): ?type {