bnomei/kirby-blueprints

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

        public string|array $label = '',
        public ?Icon $icon = null,
        public ?string $id = null,
        public array $columns = [],
        public array $sections = [],
Severity: Minor
Found in classes/Blueprints/Schema/Tab.php - About 45 mins to fix

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

            array|string $label,
            ?Icon $icon = null,
            ?string $id = null,
            array $columns = [],
            array $sections = [],
    Severity: Minor
    Found in classes/Blueprints/Schema/Tab.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status