[Validator] Removed @api-tag from Optional and Required constraint, since these two are new.

This commit is contained in:
Bernhard Schussek 2012-01-15 19:45:14 +01:00
parent 6641f3e231
commit bf5901850a
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*
* @api
*/
class Optional extends Constraint
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*
* @api
*/
class Required extends Constraint
{