chore(validator): suppress PHPCS rule for non-camel-case method

This commit is contained in:
kj
2026-09-03 15:59:48 -03:00
parent aca4e732ed
commit 4845d14ef5

View File

@@ -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.
*