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

Deprecated AllowEmpty and ContinueIfEmpty annotations #12

Merged
merged 1 commit into from
Sep 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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