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
-------

de0df4637d mark the Composite constraint as internal
This commit is contained in:
Fabien Potencier 2019-12-07 05:48:47 +01:00
commit 24ed8e1df7

View File

@ -25,6 +25,8 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
* contains the nested constraints.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @internal since Symfony 5.1
*/
abstract class Composite extends Constraint
{