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

View on GitHub

Showing 529 of 529 total issues

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

        protected string $check,
Severity: Critical
Found in src/Model/Validator/PropertyValidator.php by phan

syntax error, unexpected ')'
Open

            )

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

    public function __construct(protected GeneratorConfiguration $generatorConfiguration) {}
Severity: Critical
Found in src/Utils/RenderHelper.php by phan

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

    protected SchemaDefinitionDictionary $schemaDefinitionDictionary;
Severity: Critical
Found in src/Model/Schema.php by phan

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

        protected FilterInterface $filter,
Severity: Critical
Found in src/Model/Validator/FilterValidator.php by phan

syntax error, unexpected ')'
Open

                    ))

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

    private int $recursiveArrayCheck = 0;

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

    public function __construct(protected PropertyInterface $nestedProperty) {}

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

    public function __construct(protected array $types) {}

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

    ) {

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

    private string $sourceDirectory;

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

        protected PropertyInterface $property,

Possibly zero references to use statement for classlike/namespace SchemaException (\PHPModelGenerator\Exception\SchemaException)
Open

use PHPModelGenerator\Exception\SchemaException;

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

    public function __construct(protected PropertyInterface $property) {}

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

    ): string;
Severity: Critical
Found in src/Utils/ClassNameGeneratorInterface.php by phan

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

    ): void {

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

        private string $type = '',

syntax error, unexpected ')'
Open

        );

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

    private PropertyInterface $validationProperty;

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

    protected GeneratorConfiguration $generatorConfiguration;
Severity: Critical
Found in src/ModelGenerator.php by phan
Severity
Category
Status
Source
Language