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

View on GitHub
src/SchemaProcessor/PostProcessor/RenderedMethod.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open

    static private ?Render $renderer = null;

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

        private array $templateValues = [],

Line indented incorrectly; expected 4 spaces, found 8
Open

        private Schema $schema,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private GeneratorConfiguration $generatorConfiguration,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private array $templateValues = [],

Line indented incorrectly; expected 4 spaces, found 8
Open

        private string $template,

Closing brace must be on a line by itself
Open

    ) {}

There are no issues that match your filters.

Category
Status