Merge branch '5.1'

* 5.1:
  [Messenger] fix typo
This commit is contained in:
Nicolas Grekas 2020-06-09 16:24:57 +02:00
commit 284f6f2b0f
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@
namespace Symfony\Component\Messenger\Bridge\Doctrine\Tests\Transport;
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;