We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748d454 commit f5a561aCopy full SHA for f5a561a
src/Api/Client.php
@@ -155,7 +155,7 @@ public function put($path, $data)
155
* @throws ApiServerException if server was not able to respond.
156
* @throws ApiClientException if request is invalid.
157
*/
158
- public function request($method, $path, array $data = null)
+ public function request($method, $path, $data = null)
159
{
160
$uri = $this->apiBaseUri . '/' . ltrim($path, '/');
161
0 commit comments