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

View on GitHub
src/Model/Validator.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

    public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
Severity: Critical
Found in src/Model/Validator.php by phan

Closing brace must be on a line by itself
Open

    public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
Severity: Minor
Found in src/Model/Validator.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
Severity: Minor
Found in src/Model/Validator.php by phpcodesniffer

There are no issues that match your filters.

Category
Status