소스 검색

removed unused use statements

Fabien Potencier 14 년 전
부모
커밋
fe6f23163e
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/Symfony/Component/Validator/Constraints/MaxValidator.php
  2. 0 1
      src/Symfony/Component/Validator/Constraints/MinValidator.php

+ 0 - 1
src/Symfony/Component/Validator/Constraints/MaxValidator.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Validator\Constraints;
 
 use Symfony\Component\Validator\Constraint;
 use Symfony\Component\Validator\ConstraintValidator;
-use Symfony\Component\Validator\Exception\UnexpectedTypeException;
 
 class MaxValidator extends ConstraintValidator
 {

+ 0 - 1
src/Symfony/Component/Validator/Constraints/MinValidator.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Validator\Constraints;
 
 use Symfony\Component\Validator\Constraint;
 use Symfony\Component\Validator\ConstraintValidator;
-use Symfony\Component\Validator\Exception\UnexpectedTypeException;
 
 class MinValidator extends ConstraintValidator
 {