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

View on GitHub
src/PropertyProcessor/PropertyFactory.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Method create has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        PropertyMetaDataCollection $propertyMetaDataCollection,
        SchemaProcessor $schemaProcessor,
        Schema $schema,
        string $propertyName,
        JsonSchema $propertySchema,
Severity: Minor
Found in src/PropertyProcessor/PropertyFactory.php - About 35 mins to fix

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

        ): PropertyInterface {
    Severity: Critical
    Found in src/PropertyProcessor/PropertyFactory.php by phan

    Expected 1 newline at end of file; 0 found
    Open

    }

    There are no issues that match your filters.

    Category
    Status