src/Model/Validator/AbstractPropertyValidator.php
syntax error, unexpected 'protected' (T_PROTECTED), expecting variable (T_VARIABLE)
Open
Open
protected PropertyInterface $property,
- Exclude checks
Arguments with default values must be at the end of the argument list Open
Open
protected array $exceptionParams = [],
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected string $exceptionClass,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected PropertyInterface $property,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected array $exceptionParams = [],
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
$property->filterValidators(static fn(Validator $validator): bool =>
- Exclude checks