somnambulist-tech / validation

A re-write of rakit/validation, a standalone validation library inspired by Laravel Validation
MIT License
44 stars 13 forks source link

Cleanup #10

Closed DeveloperMarius closed 1 year ago

DeveloperMarius commented 1 year ago

Hey,

I added the mixed type to all check() functions to match the parent abstract public function check(mixed $value): bool;.

~ Marius

dave-redfern commented 1 year ago

@DeveloperMarius thanks for your contribution! 😄