KumbiaPHP/ActiveRecord

View on GitHub

Showing 3 of 5 total issues

BaseRecord has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class BaseRecord
{
    
    public const VERSION = '0.5.8';

Severity: Minor
Found in BaseRecord.php - About 2 hrs to fix

    ActiveRecord has 22 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class ActiveRecord extends LiteRecord implements \JsonSerializable
    {
        const BELONG_TO = 1;
        const HAS_MANY = 2;
        const HAS_ONE = 3;
    Severity: Minor
    Found in ActiveRecord.php - About 2 hrs to fix

      Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public function __construct(string $model, string $sql, int $page, int $perPage, array $values = [])
      Severity: Minor
      Found in Paginator.php - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language