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 1616use Symfony \Component \Validator \ConstraintViolation ;
1717use Symfony \Component \Validator \ConstraintViolationList ;
1818use Symfony \Component \Validator \Mapping \ClassMetadataInterface ;
19- use Symfony \Component \Validator \Mapping \MetadataInterface ;
2019use Symfony \Component \Validator \Mapping \MemberMetadata ;
20+ use Symfony \Component \Validator \Mapping \MetadataInterface ;
2121use Symfony \Component \Validator \Mapping \PropertyMetadataInterface ;
2222use Symfony \Component \Validator \Util \PropertyPath ;
2323use Symfony \Component \Validator \Validator \ValidatorInterface ;
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \Validator \Context ;
1313
1414use Symfony \Component \Validator \Constraint ;
15+ use Symfony \Component \Validator \ConstraintViolationListInterface ;
1516use Symfony \Component \Validator \Mapping ;
1617use Symfony \Component \Validator \Mapping \MetadataInterface ;
1718use Symfony \Component \Validator \Validator \ValidatorInterface ;
1819use Symfony \Component \Validator \Violation \ConstraintViolationBuilderInterface ;
19- use Symfony \Component \Validator \ConstraintViolationListInterface ;
2020
2121/**
2222 * The context of a validation run.
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \DependencyInjection ;
1313
14- use Symfony \Component \DependencyInjection \ContainerBuilder ;
1514use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
1615use Symfony \Component \DependencyInjection \Compiler \ServiceLocatorTagPass ;
16+ use Symfony \Component \DependencyInjection \ContainerBuilder ;
1717use Symfony \Component \DependencyInjection \Reference ;
1818
1919/**
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \DependencyInjection ;
1313
14+ use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
1415use Symfony \Component \DependencyInjection \ContainerBuilder ;
1516use Symfony \Component \DependencyInjection \Reference ;
16- use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
1717
1818/**
1919 * @author Fabien Potencier <fabien@symfony.com>
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \Tests \Constraints ;
1313
14- use Symfony \Component \Validator \Constraints \BicValidator ;
1514use Symfony \Component \Validator \Constraints \Bic ;
15+ use Symfony \Component \Validator \Constraints \BicValidator ;
1616use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
1717
1818class BicValidatorTest extends ConstraintValidatorTestCase
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \Validator \Tests \DependencyInjection ;
1313
1414use PHPUnit \Framework \TestCase ;
15- use Symfony \Component \Validator \DependencyInjection \AddConstraintValidatorsPass ;
1615use Symfony \Component \DependencyInjection \Argument \ServiceClosureArgument ;
1716use Symfony \Component \DependencyInjection \ContainerBuilder ;
1817use Symfony \Component \DependencyInjection \Definition ;
1918use Symfony \Component \DependencyInjection \Reference ;
2019use Symfony \Component \DependencyInjection \ServiceLocator ;
20+ use Symfony \Component \Validator \DependencyInjection \AddConstraintValidatorsPass ;
2121
2222class AddConstraintValidatorsPassTest extends TestCase
2323{
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \Tests \Fixtures ;
1313
14- use Symfony \Component \Validator \Mapping \ClassMetadata ;
1514use Symfony \Component \Validator \Constraints \Length ;
15+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
1616
1717class EntityStaticCar extends EntityStaticVehicle
1818{
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \Tests \Fixtures ;
1313
14- use Symfony \Component \Validator \Mapping \ClassMetadata ;
1514use Symfony \Component \Validator \Constraints \Length ;
15+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
1616
1717class EntityStaticCarTurbo extends EntityStaticCar
1818{
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Validator \Tests \Fixtures ;
1313
14- use Symfony \Component \Validator \Mapping \ClassMetadata ;
1514use Symfony \Component \Validator \Constraints \Length ;
15+ use Symfony \Component \Validator \Mapping \ClassMetadata ;
1616
1717class EntityStaticVehicle
1818{
Original file line number Diff line number Diff line change 1717use Symfony \Component \Validator \Constraints \Callback ;
1818use Symfony \Component \Validator \Constraints \Choice ;
1919use Symfony \Component \Validator \Constraints \Collection ;
20+ use Symfony \Component \Validator \Constraints \IsTrue ;
2021use Symfony \Component \Validator \Constraints \NotNull ;
2122use Symfony \Component \Validator \Constraints \Range ;
22- use Symfony \Component \Validator \Constraints \IsTrue ;
2323use Symfony \Component \Validator \Constraints \Valid ;
2424use Symfony \Component \Validator \Mapping \ClassMetadata ;
2525use Symfony \Component \Validator \Mapping \Loader \AnnotationLoader ;
You can’t perform that action at this time.
0 commit comments