Skip to content

Commit ccacac4

Browse files
Merge branch '4.4' into 5.0
* 4.4: Correctly use doctrine/dbal v3+ Correctly use doctrine/dbal v3+
2 parents a55de9e + b2c6895 commit ccacac4

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)