| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class LengthAwarePaginator extends \Illuminate\Pagination\LengthAwarePaginator |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Create a new paginator instance. |
||
| 11 | * |
||
| 12 | * @param mixed $items |
||
| 13 | * @param int $total |
||
| 14 | * @param int $perPage |
||
| 15 | * @param int|null $currentPage |
||
| 16 | * @param array $options (path, query, fragment, pageName) |
||
| 17 | * |
||
| 18 | * @return void |
||
| 19 | */ |
||
| 20 | public function __construct( |
||
| 37 |