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

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

        protected PropertyInterface $property,

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

        protected array $exceptionParams = [],

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected string $exceptionClass,

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected PropertyInterface $property,

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected array $exceptionParams = [],

Closing brace must be on a line by itself
Open

    ) {}

Expected 0 spaces before closing bracket; newline found
Open

            $property->filterValidators(static fn(Validator $validator): bool =>

There are no issues that match your filters.

Category
Status