laravel/framework

View on GitHub
src/Illuminate/Pagination/AbstractPaginator.php

Summary

Maintainability
C
1 day
Test Coverage

AbstractPaginator has 56 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AbstractPaginator implements Htmlable, Stringable
{
    use ForwardsCalls, Tappable;

    /**
Severity: Major
Found in src/Illuminate/Pagination/AbstractPaginator.php - About 1 day to fix

    File AbstractPaginator.php has 306 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Illuminate\Pagination;
    
    use Closure;
    Severity: Minor
    Found in src/Illuminate/Pagination/AbstractPaginator.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status