diff --git a/src/Annotation/AllowEmpty.php b/src/Annotation/AllowEmpty.php index 682dc2fc..be58287c 100644 --- a/src/Annotation/AllowEmpty.php +++ b/src/Annotation/AllowEmpty.php @@ -18,6 +18,7 @@ * \Zend\InputFilter\Input should enable the allowEmpty flag. * * @Annotation + * @deprecated 2.4.8 Use `@Validator({"name":"NotEmpty"})` instead. */ class AllowEmpty { diff --git a/src/Annotation/ContinueIfEmpty.php b/src/Annotation/ContinueIfEmpty.php index d81f4273..031f5844 100644 --- a/src/Annotation/ContinueIfEmpty.php +++ b/src/Annotation/ContinueIfEmpty.php @@ -18,6 +18,7 @@ * \Zend\InputFilter\Input should enable the continueIfEmpty flag. * * @Annotation + * @deprecated 2.4.8 Use `@Validator({"name":"NotEmpty"})` instead. */ class ContinueIfEmpty {