Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from Maks3w/feature/deprecate-nonempty
Browse files Browse the repository at this point in the history
Deprecated AllowEmpty and ContinueIfEmpty annotations
  • Loading branch information
weierophinney committed Sep 9, 2015
2 parents 6a87759 + 2792c01 commit 16ae383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Annotation/AllowEmpty.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* \Zend\InputFilter\Input should enable the allowEmpty flag.
*
* @Annotation
* @deprecated 2.4.8 Use `@Validator({"name":"NotEmpty"})` instead.
*/
class AllowEmpty
{
Expand Down
1 change: 1 addition & 0 deletions src/Annotation/ContinueIfEmpty.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* \Zend\InputFilter\Input should enable the continueIfEmpty flag.
*
* @Annotation
* @deprecated 2.4.8 Use `@Validator({"name":"NotEmpty"})` instead.
*/
class ContinueIfEmpty
{
Expand Down

0 comments on commit 16ae383

Please sign in to comment.