Skip to content

Commit 8d3d848

Browse files
authored
Use correct type for $query parameter for get() method
1 parent 536cdf2 commit 8d3d848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntercomClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function delete($endpoint, $json)
151151

152152
/**
153153
* @param string $endpoint
154-
* @param string $query
154+
* @param array $query
155155
* @return mixed
156156
* @throws \GuzzleHttp\Exception\GuzzleException
157157
*/

0 commit comments

Comments
 (0)