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.
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.