raffaelj / CpMultiplane

small PHP frontend for Cockpit CMS
MIT License
17 stars 3 forks source link

PHPDoc blocks #32

Open Raruto opened 3 years ago

Raruto commented 3 years ago

Hi Raffael,

whenever possible prefer PHP docblocks over inline comments, for example, at the following line:

https://github.com/raffaelj/CpMultiplane/blob/20296db4794609a62b91c76594bfaa9d3d42ebeb/modules/Multiplane/bootstrap.php#L196-L241

I use this atom plugin to make writing easier, you can try to check if this kate plugin it still working.

Happy holidays, Raruto