laravel/framework

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

Summary

Maintainability
C
1 day
Test Coverage

AbstractCursorPaginator has 43 functions (exceeds 20 allowed). Consider refactoring.
Open

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

    /**
Severity: Minor
Found in src/Illuminate/Pagination/AbstractCursorPaginator.php - About 5 hrs to fix

    File AbstractCursorPaginator.php has 286 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Illuminate\Pagination;
    
    use ArrayAccess;
    Severity: Minor
    Found in src/Illuminate/Pagination/AbstractCursorPaginator.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status