chore(validator): suppress PHPCS rule for non-camel-case method
This commit is contained in:
@@ -560,6 +560,7 @@ class Validator
|
|||||||
return static::readField($haystack, $field . '_confirmation') === $subject;
|
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.
|
* Requires the field only when at least one of the listed fields is present.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user