Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf59018

Browse files
committed
[Validator] Removed @api-tag from Optional and Required constraint, since these two are new.
1 parent 6641f3e commit bf59018

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Symfony/Component/Validator/Constraints/Optional.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @Annotation
18-
*
19-
* @api
2018
*/
2119
class Optional extends Constraint
2220
{

src/Symfony/Component/Validator/Constraints/Required.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @Annotation
18-
*
19-
* @api
2018
*/
2119
class Required extends Constraint
2220
{

0 commit comments

Comments
 (0)