src/Model/Validator.php
syntax error, unexpected 'protected' (T_PROTECTED), expecting variable (T_VARIABLE)
Open
Open
public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
- Exclude checks
Opening brace should be on a new line Open
Open
public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
- Exclude checks