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 3d15954 commit 4d73490Copy full SHA for 4d73490
src/Tasks/PageIterator.php
@@ -35,7 +35,7 @@ class PageIterator
35
private ?array $requestOptions = [];
36
37
/**
38
- * @param Parsable|array<mixed>|object|null $response paged collection response
+ * @param Parsable|array<mixed>|object $response paged collection response
39
* @param RequestAdapter $requestAdapter
40
* @param array{class-string<T>,string}|null $constructorCallable
41
* The method to construct a paged response object.
@@ -124,7 +124,7 @@ public function next(): ?PageResult
124
}
125
126
127
- * @param object|array<mixed>|null $response
+ * @param object|array<mixed> $response
128
* @return PageResult|null
129
* @throws JsonException
130
*/
0 commit comments