bnomei/kirby-blueprints

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

Summary

Maintainability
A
1 hr
Test Coverage

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

        public string $title, // TODO: should be an string OR array of languages
        public mixed $options = null,
        public array $tabs = [],
        public array $columns = [],
        public array $sections = [],
Severity: Minor
Found in classes/Blueprints/Schema/Site.php - About 45 mins to fix

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

            string $title,
            mixed $options = null,
            array $tabs = [],
            array $columns = [],
            array $sections = [],
    Severity: Minor
    Found in classes/Blueprints/Schema/Site.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status