Showing 529 of 529 total issues
Opening brace should be on a new line Open
Open
public function __construct(protected PropertyValidatorInterface $validator, protected int $priority) {}
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected string $description = '',
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected Schema $schema,
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 24 Open
Open
$property->getType() ? $property->getType()->getName() : '',
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct(private PropertyInterface $property) {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct(protected PropertyInterface $nestedProperty) {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function __construct(protected PropertyInterface $nestedProperty) {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 12 Open
Open
default
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected string $key,
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
},
- 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
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
dirname(str_replace('\\', DIRECTORY_SEPARATOR, InvalidComposedValueException::class)),
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 12 Open
Open
) . '\\' . str_replace(
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 24 Open
Open
static fn($validator): bool => !is_a($validator, AbstractComposedPropertyValidator::class),
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 16 Open
Open
private ExtractedMethodValidator $validator,
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 32 Open
Open
static fn(string $type): string =>
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
->filterValidators(static fn(Validator $validator): bool =>
- Exclude checks