@ -23,6 +23,8 @@ interface IValidator {
* @param mixed $value The value to validate
*
* @return bool True if the value is valid, else False
* @throws InvalidValueException If the value is not valid (custom error message)
*/
public function validate (mixed $value): bool;
/**