Skip to content

Commit

Permalink
[Validator] Removed @api-tag from Optional and Required constraint, s…
Browse files Browse the repository at this point in the history
…ince these two are new.
  • Loading branch information
webmozart committed Jan 16, 2012
1 parent 6641f3e commit bf59018
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Validator/Constraints/Optional.php
Expand Up @@ -15,8 +15,6 @@

/**
* @Annotation
*
* @api
*/
class Optional extends Constraint
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Validator/Constraints/Required.php
Expand Up @@ -15,8 +15,6 @@

/**
* @Annotation
*
* @api
*/
class Required extends Constraint
{
Expand Down

0 comments on commit bf59018

Please sign in to comment.