Skip to content

feat(validation): add closure-based validation #3080

feat(validation): add closure-based validation

feat(validation): add closure-based validation #3080

Triggered via pull request December 30, 2025 22:39
Status Failure
Total duration 42s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
26s
Run style check
Run static analysis: PHPStan
36s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

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`.