bnomei/kirby-blueprints

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

Summary

Maintainability
A
45 mins
Test Coverage

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

        mixed $type = null,
        public ?string $id = null,
        public string|array|null $label = null,
        public array $properties = [],
        public string|float|null $width = null,
Severity: Minor
Found in classes/Blueprints/Schema/Field.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status