1
0
mirror of synced 2024-11-22 05:16:07 +03:00

minor fixes

This commit is contained in:
Alex Lushpai 2015-05-04 18:54:57 +03:00
parent c7e7ed92cf
commit d1b26b1663

View File

@ -36,6 +36,7 @@ class Client
* @param array $parameters (default: array())
* @param int $timeout
* @param bool $verify
* @param bool $debug
* @return ApiResponse
*/
public function makeRequest($path, $method, array $parameters = array(), $timeout = 30, $verify = false, $debug = false)