Add internal note for protected method

This commit is contained in:
cpenny 2020-05-28 10:50:56 +12:00
parent 2765b65f42
commit 8ba65313e9

View File

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