respect-validation/library
Henrique Moody 51ad23e24c
Call mbstring functions without getting encoding
The functions from the mbstring can deal find with strings without
forcing an specific encoding. However, sometimes "mb_detect_encoding()"
cannot identify the encoding therefore the functions that expect a valid
encoding will trigger a PHP error.

This commit will remove the unnecessary use of "mb_detect_encoding()."

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2021-02-06 17:42:11 +01:00
..
Exceptions Create "Decimal" rule 2020-10-04 14:09:34 +02:00
Helpers Use "sokil/php-isocodes" on SubdivisionCode 2021-02-06 15:09:04 +01:00
Message Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
Rules Call mbstring functions without getting encoding 2021-02-06 17:42:11 +01:00
ChainedValidator.php Create "Decimal" rule 2020-10-04 14:09:34 +02:00
Factory.php Auto-resolve exception namespaces 2020-10-04 11:26:20 +02:00
StaticValidator.php Create "Decimal" rule 2020-10-04 14:09:34 +02:00
Validatable.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Validator.php Create mixin with rules names as methods 2020-10-04 13:04:20 +02:00