moodlehq / moodle-cs

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

Problem with moodle.Commenting.VariableComment and constructor methods #142

Closed stronk7 closed 5 months ago

stronk7 commented 5 months ago

It seems that __construct() methods (and maybe others) are reporting as missing all the params, no matter they are properly documented.

construct_problems

Just renaming the method to anything else (without __) makes the sniff to pass.

Ciao :-)