[Messenger] fix typo

This commit is contained in:
Nicolas Grekas 2020-06-09 16:23:13 +02:00
parent 2ebb63a883
commit 749380a399
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
namespace Symfony\Component\Messenger\Tests\Transport\Doctrine;
use Doctrine\DBAL\Abstraction\Result;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Driver\Result;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Query\QueryBuilder;
use Doctrine\DBAL\Schema\AbstractSchemaManager;