From 4845d14ef5fd7a04c9dc145b2e9ebadc59ae41be Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 3 Sep 2026 15:59:48 -0300 Subject: [PATCH] chore(validator): suppress PHPCS rule for non-camel-case method --- src/Libs/Validator.php | 1 + 1 file changed, 1 insertion(+) 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. *