@@ -148,7 +148,7 @@ |
||
148 | 148 | /** |
149 | 149 | * Returns the pagination object. |
150 | 150 | * @param string $className the pagination object class name, use this param to override default pagination class. |
151 | - * @return PaginationInterface|Pagination|false the pagination object. If this is false, it means the pagination is disabled. |
|
151 | + * @return LimitableInterface the pagination object. If this is false, it means the pagination is disabled. |
|
152 | 152 | */ |
153 | 153 | abstract public function getPagination($className = Pagination::class); |
154 | 154 |