From 03aeabbff76771ef467a4d9a0574c427bb81d932 Mon Sep 17 00:00:00 2001 From: vudaltsov Date: Sat, 11 Jul 2020 14:52:37 +0300 Subject: [PATCH] Removed @internal from Composite --- Constraints/Composite.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Constraints/Composite.php b/Constraints/Composite.php index d5ec8fd0e..57275fe94 100644 --- a/Constraints/Composite.php +++ b/Constraints/Composite.php @@ -25,8 +25,6 @@ * contains the nested constraints. * * @author Bernhard Schussek - * - * @internal since Symfony 5.1 */ abstract class Composite extends Constraint {