Skip to content

Commit bcd6042

Browse files
committed
Minor text corrections/improvements in argument descriptions
1 parent d10bf3e commit bcd6042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ClientInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)