Skip to content

Commit

Permalink
feature #34856 [Validator] mark the Composite constraint as internal …
Browse files Browse the repository at this point in the history
…(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
  • Loading branch information
fabpot committed Dec 7, 2019
2 parents 0d2f411 + de0df46 commit 24ed8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Validator/Constraints/Composite.php
Expand Up @@ -25,6 +25,8 @@
* contains the nested constraints.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @internal since Symfony 5.1
*/
abstract class Composite extends Constraint
{
Expand Down

0 comments on commit 24ed8e1

Please sign in to comment.