bnomei/kirby-blueprints

View on GitHub
classes/Blueprints/Schema/Column.php

Summary

Maintainability
A
1 hr
Test Coverage

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

        string|float|null $width = null,
        bool $sticky = false,
        ?string $id = null,
        array $sections = [],
        array $fields = [],
Severity: Minor
Found in classes/Blueprints/Schema/Column.php - About 35 mins to fix

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

            public string|float|null $width = null,
            public bool $sticky = false,
            public ?string $id = null,
            public array $sections = [],
            public array $fields = [],
    Severity: Minor
    Found in classes/Blueprints/Schema/Column.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status