Skip to content

Commit 923fbc9

Browse files
FIX docblock to reflect fixed functionality
Fixes #168 in that it has already been fixed, but the docblock doesn't reflect the change. Also means the workarounds now throw errors, so patches should be reversed.
1 parent 2dfc3e0 commit 923fbc9

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
@@ -169,7 +169,7 @@ public function get($endpoint, $query)
169169

170170
/**
171171
* Returns next page of the result.
172-
* @param array $pages
172+
* @param \stdClass $pages
173173
* @return mixed
174174
* @throws \GuzzleHttp\Exception\GuzzleException
175175
*/

0 commit comments

Comments
 (0)