diff --git a/src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php b/src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php index 29551de560..d5f5cfd555 100644 --- a/src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php +++ b/src/Symfony/Component/Form/Extension/Core/ChoiceList/LazyChoiceList.php @@ -146,4 +146,4 @@ abstract class LazyChoiceList implements ChoiceListInterface $this->choiceList = $choiceList; } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Validator/GlobalExecutionContext.php b/src/Symfony/Component/Validator/GlobalExecutionContext.php index d234385e40..d60798fce9 100644 --- a/src/Symfony/Component/Validator/GlobalExecutionContext.php +++ b/src/Symfony/Component/Validator/GlobalExecutionContext.php @@ -73,4 +73,4 @@ class GlobalExecutionContext { return $this->metadataFactory; } -} \ No newline at end of file +} diff --git a/tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/LazyChoiceListTest.php b/tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/LazyChoiceListTest.php index 6e6bb927dc..0456de89e0 100644 --- a/tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/LazyChoiceListTest.php +++ b/tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/LazyChoiceListTest.php @@ -113,4 +113,4 @@ class LazyChoiceListTest_InvalidImpl extends LazyChoiceList { return new \stdClass(); } -} \ No newline at end of file +} diff --git a/tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php b/tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php index 60f3d3cecb..92d398f0c7 100644 --- a/tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php +++ b/tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php @@ -11,7 +11,6 @@ namespace Symfony\Tests\Component\Validator\Constraints; -use Symfony\Component\Validator\GlobalExecutionContext; use Symfony\Component\Validator\ExecutionContext; use Symfony\Component\Validator\Constraints\Min; diff --git a/tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php b/tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php index a250325b93..535184656c 100644 --- a/tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php +++ b/tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php @@ -11,10 +11,7 @@ namespace Symfony\Tests\Component\Validator\Constraints; -use Symfony\Component\Validator\GlobalExecutionContext; use Symfony\Component\Validator\ExecutionContext; -use Symfony\Component\Validator\ConstraintViolation; -use Symfony\Component\Validator\ConstraintViolationList; use Symfony\Component\Validator\Constraints\Callback; use Symfony\Component\Validator\Constraints\CallbackValidator; diff --git a/tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php b/tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php index 9f4bb3e636..97d4dd3441 100644 --- a/tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php +++ b/tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php @@ -11,7 +11,6 @@ namespace Symfony\Tests\Component\Validator\Constraints; -use Symfony\Component\Validator\GlobalExecutionContext; use Symfony\Component\Validator\ExecutionContext; use Symfony\Component\Validator\Constraints\Choice; diff --git a/tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php b/tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php index 8524af1a9c..8b58b374e6 100644 --- a/tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php +++ b/tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php @@ -11,10 +11,7 @@ namespace Symfony\Tests\Component\Validator\Constraints; -use Symfony\Component\Validator\GlobalExecutionContext; -use Symfony\Component\Validator\ConstraintViolation; -use Symfony\Component\Validator\ConstraintViolationList; use Symfony\Component\Validator\ExecutionContext; use Symfony\Component\Validator\Constraints\Min; use Symfony\Component\Validator\Constraints\NotNull; diff --git a/tests/Symfony/Tests/Component/Validator/Constraints/TypeValidatorTest.php b/tests/Symfony/Tests/Component/Validator/Constraints/TypeValidatorTest.php index 9e4d964195..963c7297af 100644 --- a/tests/Symfony/Tests/Component/Validator/Constraints/TypeValidatorTest.php +++ b/tests/Symfony/Tests/Component/Validator/Constraints/TypeValidatorTest.php @@ -13,7 +13,6 @@ namespace Symfony\Tests\Component\Validator\Constraints; use Symfony\Component\Validator\Constraints\Type; use Symfony\Component\Validator\Constraints\TypeValidator; -use Symfony\Component\Validator\ConstraintViolation; class TypeValidatorTest extends \PHPUnit_Framework_TestCase {