Skip to content

Commit 6523210

Browse files
Update src/Tasks/PageIterator.php
Co-authored-by: Philip Gichuhi <pgichuhi@microsoft.com>
1 parent 2688ae9 commit 6523210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/PageIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PageIterator
2828
private ?array $requestOptions = [];
2929

3030
/**
31-
* @param mixed $response
31+
* @param Parsable|array|object $response paged collection response
3232
* @param RequestAdapter $requestAdapter
3333
* @param array{string,string} $constructorCallable The method to construct a paged response object.
3434
* @throws JsonException

0 commit comments

Comments
 (0)