Commit 4959a38d authored by Taylor Otwell's avatar Taylor Otwell

Adjusted paginator comment.

parent f0e31344
...@@ -93,8 +93,8 @@ class Paginator { ...@@ -93,8 +93,8 @@ class Paginator {
* *
* If there are not enough pages to make it worth sliding, all of the pages will be listed. * If there are not enough pages to make it worth sliding, all of the pages will be listed.
* *
* Note: "7" is added to the adjacent range to account for the seven constant elements * Note: "7" is added to the adjacent range to account for the seven constant elements in a
* in a slider: the first and last two links, the current page, and the two "..." strings. * slider: the first and last two links, the current page, and the two "..." strings.
* *
* @param int $adjacent * @param int $adjacent
* @return string * @return string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment