Morning-Train / toggl-api

GNU General Public License v3.0
34 stars 27 forks source link

Fix/phpdoc types #11

Closed jschram closed 4 years ago

jschram commented 6 years ago

My IDE (PhpStorm) was nagging about incompatible parameters for the report requests (getSummaryReport, etc) as they were declared string in the phpDoc instead of array which they actually are.

This PR fixes the phpDoc blocks for these functions and also adds parameter hinting in the method definition.

jschram commented 4 years ago

It seems the owner doesn't need this PR. Closing this to clean up my open PRs...