File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ interface ClientInterface
2020 * - page (int): The index of the page to get, if the resource supports
2121 * paging.
2222 * - limit (int): The number of items to get.
23- * - bypass_iterator (bool): The items are normally return wrapped in an
23+ * - bypass_iterator (bool): The items are normally returned wrapped in an
2424 * API iterator. When the `bypass_iterator` option is set to, the items
2525 * should be returned without that extra wrapper iterator i.e. in just
2626 * a `\CachingIterator`.
@@ -36,7 +36,7 @@ interface ClientInterface
3636 * - \CachingIterator: An iterator containing the list items; items are
3737 * `stdClass` objects.
3838 * - int|null|false: The total number of pages, NULL if unknown, or
39- * FALSE if unknown but it is know that we have reached the last page.
39+ * FALSE if unknown but we know that we have reached the last page.
4040 * - array: The updated query array. This may be used to update the
4141 * token or the URL that will be used to get the next page.
4242 * - If the endpoint does not support paging, a `\CachingIterator`
You can’t perform that action at this time.
0 commit comments