diff --git a/src/Symfony/Tests/Validator/State/ParameterValidatorProviderTest.php b/src/Symfony/Tests/Validator/State/ParameterValidatorProviderTest.php index 5855e8ee3b..a8b3810ab6 100644 --- a/src/Symfony/Tests/Validator/State/ParameterValidatorProviderTest.php +++ b/src/Symfony/Tests/Validator/State/ParameterValidatorProviderTest.php @@ -15,7 +15,6 @@ use ApiPlatform\Metadata\Get; use ApiPlatform\Metadata\Link; -use ApiPlatform\Metadata\Parameter; use ApiPlatform\Metadata\Parameters; use ApiPlatform\Metadata\QueryParameter; use ApiPlatform\OpenApi\Model\Parameter as ModelParameter; @@ -25,9 +24,8 @@ use ApiPlatform\Validator\Exception\ValidationException; use PHPUnit\Framework\TestCase; use Symfony\Component\HttpFoundation\Request; -// use Symfony\Component\Validator\Constraint\NotBlank; -use Symfony\Component\Validator\ConstraintViolationList; use Symfony\Component\Validator\Constraints\NotBlank; +use Symfony\Component\Validator\ConstraintViolationList; use Symfony\Component\Validator\Validator\ValidatorInterface; final class ParameterValidatorProviderTest extends TestCase