Skip to content

Commit 15eab9e

Browse files
Merge branch '5.0' into 5.1
* 5.0: Correctly use doctrine/dbal v3+ Correctly use doctrine/dbal v3+
2 parents e2182e6 + ccacac4 commit 15eab9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/PdoStore.php

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

1414
use Doctrine\DBAL\Connection;
1515
use Doctrine\DBAL\DBALException;
16+
use Doctrine\DBAL\Driver\Result;
1617
use Doctrine\DBAL\DriverManager;
17-
use Doctrine\DBAL\Result;
1818
use Doctrine\DBAL\Schema\Schema;
1919
use Symfony\Component\Lock\Exception\InvalidArgumentException;
2020
use Symfony\Component\Lock\Exception\InvalidTtlException;

0 commit comments

Comments
 (0)