src/Model/Validator/PatternPropertiesValidator.php
Method __construct
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct(
SchemaProcessor $schemaProcessor,
Schema $schema,
private string $pattern,
JsonSchema $propertyStructure,
syntax error, unexpected 'PropertyInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private PropertyInterface $validationProperty;
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private string $pattern,
- Exclude checks