diff --git a/lib/Core/Paginator.php b/lib/Core/Paginator.php index c1420e4a..b1db0253 100644 --- a/lib/Core/Paginator.php +++ b/lib/Core/Paginator.php @@ -30,7 +30,7 @@ class Paginator implements \Iterator private $current_position; /** - * @var array Keep track of the index of the first record on the current page. Allows for relative indexing into the page. + * @var int Keep track of the index of the first record on the current page. Allows for relative indexing into the page. */ private $current_page_position;