diff --git a/src/Libs/Validator.php b/src/Libs/Validator.php index d5a66d1..43a3072 100644 --- a/src/Libs/Validator.php +++ b/src/Libs/Validator.php @@ -560,6 +560,7 @@ class Validator return static::readField($haystack, $field . '_confirmation') === $subject; } + // phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps /** * Requires the field only when at least one of the listed fields is present. *