Skip to content

Commit 4b650db

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply CS
1 parent acb6429 commit 4b650db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bridge\Doctrine\Tests\Form\ChoiceList;
1313

1414
use Doctrine\DBAL\ArrayParameterType;
15-
use Doctrine\DBAL\Result;
1615
use Doctrine\DBAL\Types\GuidType;
1716
use Doctrine\DBAL\Types\Type;
1817
use Doctrine\ORM\AbstractQuery;

Tests/Validator/Constraints/UniqueEntityValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public function testAllConfiguredFieldsAreCheckedOfBeingMappedByDoctrineWithIgno
292292
{
293293
$entity1 = new SingleIntIdEntity(1, null);
294294

295-
$this->expectException(\Symfony\Component\Validator\Exception\ConstraintDefinitionException::class);
295+
$this->expectException(ConstraintDefinitionException::class);
296296
$this->validator->validate($entity1, $constraint);
297297
}
298298

0 commit comments

Comments
 (0)