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

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

Summary

Maintainability
A
45 mins
Test Coverage
A
100%

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

        GeneratorConfiguration $generatorConfiguration,
        PropertyInterface $property,
        string $template,
        array $templateValues,
        string $exceptionClass,
Severity: Minor
Found in src/Model/Validator/ExtractedMethodValidator.php - About 45 mins to fix

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

        ) {

    Arguments with default values must be at the end of the argument list
    Open

            array $exceptionParams = [],

    There are no issues that match your filters.

    Category
    Status