moodlehq / moodle-cs

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

Analyse and implement some extra checks about phpdoc blocks spacing and tags groups #136

Open stronk7 opened 8 months ago

stronk7 commented 8 months ago

This comes from #134, where it was detected that a few (minor) style details are not being checked currently. Here it's an initial list, to be discussed, analysed...

(As reference, when not specified by our own coding style, we should follow the PSR-5: PHPDoc draft.

Ciao :-)