feat(validation): add closure-based validation #3080
coding-conventions.yml
on: pull_request
Run style check
26s
Run static analysis: PHPStan
36s
Annotations
1 error and 1 warning
|
Run style check
Process completed with exit code 1.
|
|
return-type:
packages/validation/tests/Rules/PredicateTest.php#L17
Method `test_predicate_attribute_on_property_is_applied` is missing a return type hint.
Type hints improve code readability and help prevent type-related errors.
Help: Consider adding a return type hint to method `test_predicate_attribute_on_property_is_applied`.
|