phpList / phplist-plugin-restapi

REST API as a plugin for phpList/phpList3
http://resources.phplist.com/plugin/restapi
GNU Affero General Public License v3.0
21 stars 31 forks source link

[CLEANUP] Add and fix the PhpDoc for the REST API V2 #56

Closed oliverklee closed 7 years ago

oliverklee commented 7 years ago

This makes the code easier to follow in IDEs, and also easier to read and understand.

Also fix some static/non-static mismatches and add public visibility where it is missing.