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

Skip to content

Commit 24ed8e1

Browse files
committed
feature #34856 [Validator] mark the Composite constraint as internal (xabbuh)
This PR was merged into the 5.1-dev branch. Discussion ---------- [Validator] mark the Composite constraint as internal | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #34830 | License | MIT | Doc PR | Commits ------- de0df46 mark the Composite constraint as internal
2 parents 0d2f411 + de0df46 commit 24ed8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* contains the nested constraints.
2626
*
2727
* @author Bernhard Schussek <[email protected]>
28+
*
29+
* @internal since Symfony 5.1
2830
*/
2931
abstract class Composite extends Constraint
3032
{

0 commit comments

Comments
 (0)