wol-soft/php-json-schema-model-generator

View on GitHub
src/Model/Validator/PatternPropertiesValidator.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method __construct has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(
        SchemaProcessor $schemaProcessor,
        Schema $schema,
        string $pattern,
        JsonSchema $propertyStructure,
Severity: Minor
Found in src/Model/Validator/PatternPropertiesValidator.php - About 1 hr to fix

    syntax error, unexpected ')', expecting variable (T_VARIABLE)
    Open

        ) {

    There are no issues that match your filters.

    Category
    Status