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 2688ae9 commit 6523210Copy full SHA for 6523210
src/Tasks/PageIterator.php
@@ -28,7 +28,7 @@ class PageIterator
28
private ?array $requestOptions = [];
29
30
/**
31
- * @param mixed $response
+ * @param Parsable|array|object $response paged collection response
32
* @param RequestAdapter $requestAdapter
33
* @param array{string,string} $constructorCallable The method to construct a paged response object.
34
* @throws JsonException
0 commit comments