diff options
| author | Asko Nomm <asko@bien.ee> | 2022-02-22 21:55:37 +0100 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-02-22 21:55:37 +0100 |
| commit | dfe0351124dfd3c0acf26205668ab5b69351bbd9 (patch) | |
| tree | 12f741e232c7a9b834aa0ddd7b1ff9c481201b81 /src/Validators/Validator.php | |
| parent | b0fd14cd71d60c1b9926aff10fe9e8eeebe1285c (diff) | |
Improvements
Diffstat (limited to 'src/Validators/Validator.php')
| -rw-r--r-- | src/Validators/Validator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Validators/Validator.php b/src/Validators/Validator.php index 11f2b01..2d3a948 100644 --- a/src/Validators/Validator.php +++ b/src/Validators/Validator.php @@ -4,6 +4,6 @@ namespace Askonomm\Bouncer\Validators; interface Validator { - public static function validate(string $value, mixed $modifier = null): bool; + public static function validate(mixed $value, mixed $modifier = null): bool; public static function composeError(string $field, mixed $modifier = null): string; } |
