Skip to content

Commit a2f74d4

Browse files
committed
Adjust code doc
1 parent 7bccf26 commit a2f74d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pagination/LengthAwarePaginator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function previousPageUrl(): ?string
129129
}
130130

131131
/**
132-
* Convert the pagination data to an array.
132+
* Get the array representation of the paginator.
133133
*/
134134
public function toArray(): array
135135
{
@@ -164,7 +164,7 @@ protected function calculateTo(): ?int
164164
}
165165

166166
/**
167-
* Convert the instance to JSON.
167+
* Get the JSON representation of the paginator.
168168
*/
169169
public function jsonSerialize(): array
170170
{

0 commit comments

Comments
 (0)