Skip to content

Commit b75387b

Browse files
authored
Merge pull request #34052 from BrandonSurowiec/patch-3
[6.x] DocBlock: Grammar fix in Paginator Contract
2 parents 9db35ed + f3b4ee7 commit b75387b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Contracts/Pagination/Paginator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function currentPage();
8686
public function hasPages();
8787

8888
/**
89-
* Determine if there is more items in the data store.
89+
* Determine if there are more items in the data store.
9090
*
9191
* @return bool
9292
*/

0 commit comments

Comments
 (0)