Skip to content

Commit

Permalink
Fix doc of Paginator::fromArray() (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored and mpyw committed Nov 3, 2017
1 parent f0c8749 commit 2d78cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paginator.php
Expand Up @@ -166,7 +166,7 @@ public function unseekable($unseekable = true)
/**
* Define options from an associative array.
*
* @param (bool|int|string[][])[]
* @param (bool|int|string[][])[] $options
* @return $this
*/
public function fromArray(array $options)
Expand Down

0 comments on commit 2d78cf5

Please sign in to comment.