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

View on GitHub
src/PropertyProcessor/Property/ObjectProcessor.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method process has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function process(string $propertyName, JsonSchema $propertySchema): PropertyInterface
    {
        $property = parent::process($propertyName, $propertySchema);

        $className = $this->schemaProcessor->getGeneratorConfiguration()->getClassNameGenerator()->getClassName(
Severity: Minor
Found in src/PropertyProcessor/Property/ObjectProcessor.php - About 1 hr to fix

    syntax error, unexpected ')'
    Open

            );

    There are no issues that match your filters.

    Category
    Status