Skip to content

Commit 7fa4482

Browse files
Alpha-ordering for "use" statements
1 parent ebd4ea7 commit 7fa4482

38 files changed

+39
-39
lines changed

Constraints/AbstractComparisonValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

Constraints/BlankValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

Constraints/CardSchemeValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

Constraints/ChoiceValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
1818
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1919

Constraints/CountValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

Constraints/CountryValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
namespace Symfony\Component\Validator\Constraints;
1313

1414
use Symfony\Component\Intl\Intl;
15-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1615
use Symfony\Component\Validator\Constraint;
1716
use Symfony\Component\Validator\ConstraintValidator;
17+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1818
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1919

2020
/**

Constraints/CurrencyValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
namespace Symfony\Component\Validator\Constraints;
1313

1414
use Symfony\Component\Intl\Intl;
15-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1615
use Symfony\Component\Validator\Constraint;
1716
use Symfony\Component\Validator\ConstraintValidator;
17+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1818
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1919

2020
/**

Constraints/DateTimeValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
15+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1616
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1717

1818
/**

Constraints/DateValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1818

1919
/**

Constraints/EmailValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Validator\Constraints;
1313

14-
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1514
use Symfony\Component\Validator\Constraint;
1615
use Symfony\Component\Validator\ConstraintValidator;
16+
use Symfony\Component\Validator\Context\ExecutionContextInterface;
1717
use Symfony\Component\Validator\Exception\RuntimeException;
1818
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1919

0 commit comments

Comments
 (0)