File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Validator \ConstraintViolation ;
17
17
use Symfony \Component \Validator \ConstraintViolationList ;
18
18
use Symfony \Component \Validator \Mapping \ClassMetadataInterface ;
19
- use Symfony \Component \Validator \Mapping \MetadataInterface ;
20
19
use Symfony \Component \Validator \Mapping \MemberMetadata ;
20
+ use Symfony \Component \Validator \Mapping \MetadataInterface ;
21
21
use Symfony \Component \Validator \Mapping \PropertyMetadataInterface ;
22
22
use Symfony \Component \Validator \Util \PropertyPath ;
23
23
use Symfony \Component \Validator \Validator \ValidatorInterface ;
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Validator \Context ;
13
13
14
14
use Symfony \Component \Validator \Constraint ;
15
+ use Symfony \Component \Validator \ConstraintViolationListInterface ;
15
16
use Symfony \Component \Validator \Mapping ;
16
17
use Symfony \Component \Validator \Mapping \MetadataInterface ;
17
18
use Symfony \Component \Validator \Validator \ValidatorInterface ;
18
19
use Symfony \Component \Validator \Violation \ConstraintViolationBuilderInterface ;
19
- use Symfony \Component \Validator \ConstraintViolationListInterface ;
20
20
21
21
/**
22
22
* The context of a validation run.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \DependencyInjection ;
13
13
14
- use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
14
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
16
15
use Symfony \Component \DependencyInjection \Compiler \ServiceLocatorTagPass ;
16
+ use Symfony \Component \DependencyInjection \ContainerBuilder ;
17
17
use Symfony \Component \DependencyInjection \Reference ;
18
18
19
19
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \DependencyInjection ;
13
13
14
+ use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
14
15
use Symfony \Component \DependencyInjection \ContainerBuilder ;
15
16
use Symfony \Component \DependencyInjection \Reference ;
16
- use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
17
17
18
18
/**
19
19
* @author Fabien Potencier <fabien@symfony.com>
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \Tests \Constraints ;
13
13
14
- use Symfony \Component \Validator \Constraints \BicValidator ;
15
14
use Symfony \Component \Validator \Constraints \Bic ;
15
+ use Symfony \Component \Validator \Constraints \BicValidator ;
16
16
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
17
17
18
18
class BicValidatorTest extends ConstraintValidatorTestCase
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Validator \Tests \DependencyInjection ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Component \Validator \DependencyInjection \AddConstraintValidatorsPass ;
16
15
use Symfony \Component \DependencyInjection \Argument \ServiceClosureArgument ;
17
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
18
17
use Symfony \Component \DependencyInjection \Definition ;
19
18
use Symfony \Component \DependencyInjection \Reference ;
20
19
use Symfony \Component \DependencyInjection \ServiceLocator ;
20
+ use Symfony \Component \Validator \DependencyInjection \AddConstraintValidatorsPass ;
21
21
22
22
class AddConstraintValidatorsPassTest extends TestCase
23
23
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \Tests \Fixtures ;
13
13
14
- use Symfony \Component \Validator \Mapping \ClassMetadata ;
15
14
use Symfony \Component \Validator \Constraints \Length ;
15
+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
16
16
17
17
class EntityStaticCar extends EntityStaticVehicle
18
18
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \Tests \Fixtures ;
13
13
14
- use Symfony \Component \Validator \Mapping \ClassMetadata ;
15
14
use Symfony \Component \Validator \Constraints \Length ;
15
+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
16
16
17
17
class EntityStaticCarTurbo extends EntityStaticCar
18
18
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Validator \Tests \Fixtures ;
13
13
14
- use Symfony \Component \Validator \Mapping \ClassMetadata ;
15
14
use Symfony \Component \Validator \Constraints \Length ;
15
+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
16
16
17
17
class EntityStaticVehicle
18
18
{
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Validator \Constraints \Callback ;
18
18
use Symfony \Component \Validator \Constraints \Choice ;
19
19
use Symfony \Component \Validator \Constraints \Collection ;
20
+ use Symfony \Component \Validator \Constraints \IsTrue ;
20
21
use Symfony \Component \Validator \Constraints \NotNull ;
21
22
use Symfony \Component \Validator \Constraints \Range ;
22
- use Symfony \Component \Validator \Constraints \IsTrue ;
23
23
use Symfony \Component \Validator \Constraints \Valid ;
24
24
use Symfony \Component \Validator \Mapping \ClassMetadata ;
25
25
use Symfony \Component \Validator \Mapping \Loader \AnnotationLoader ;
You can’t perform that action at this time.
0 commit comments