From 8ba65313e9296ce53237808c6fa9c54734210cd7 Mon Sep 17 00:00:00 2001 From: cpenny Date: Thu, 28 May 2020 10:50:56 +1200 Subject: [PATCH] Add internal note for protected method --- src/Forms/CompositeValidator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Forms/CompositeValidator.php b/src/Forms/CompositeValidator.php index f08dd9491..89f16e699 100644 --- a/src/Forms/CompositeValidator.php +++ b/src/Forms/CompositeValidator.php @@ -221,6 +221,7 @@ class CompositeValidator extends Validator } /** + * @internal This method may be updated to public in the future. Let us know if you feel there is a use case for it. * @param int $key * @return CompositeValidator */