respect-validation/library
Henrique Moody fb322df1da
Use "ParameterStringifier" to stringify input
The idea of the "ParameterStringifier" is to convert any value to a
string. However, we use the "stringify" function directly when
converting the input into a string. That defies the purpose of the
ParameterStringifier, as it gives the "Formatter" two ways of converting
a value into a string.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-03-11 20:01:47 +01:00
..
Exceptions Standardize exception messages 2023-04-01 05:54:52 +02:00
Helpers Stricter date format validation 2023-02-19 15:00:47 -03:00
Message Use "ParameterStringifier" to stringify input 2024-03-11 20:01:47 +01:00
Rules Do not allow lowercase country codes 2024-02-02 16:55:37 +01:00
ChainedValidator.php Update list of rules in the chained validator (#1411) 2023-03-10 14:42:27 +00:00
Factory.php Increase phpstan level from 7 to 8 2023-02-19 00:19:10 -03:00
NonNegatable.php Make KeySet impossible to wrap in not(), fix structure message 2023-02-19 00:19:10 -03:00
StaticValidator.php Fix wrong type in "KeySet" rule 2024-01-28 14:55:45 +01:00
Validatable.php Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00
Validator.php Use SPDX IDs for licensing 2023-02-19 00:19:10 -03:00