bnomei/kirby-blueprints

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

Summary

Maintainability
A
1 hr
Test Coverage

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

        bool|array $changeName = true,
        bool|array $replace = true,
        bool|array $delete = true,
        bool|array $read = true,
        bool|array $update = true,
Severity: Minor
Found in classes/Blueprints/Schema/FileOptions.php - About 45 mins to fix

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

            public bool|array $changeName = true,
            public bool|array $replace = true,
            public bool|array $delete = true,
            public bool|array $read = true,
            public bool|array $update = true,
    Severity: Minor
    Found in classes/Blueprints/Schema/FileOptions.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status