Skip to content

Commit 5902cc3

Browse files
CS fix
1 parent b48de03 commit 5902cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/DoctrineDbalStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use Doctrine\DBAL\DriverManager;
1717
use Doctrine\DBAL\Exception\TableNotFoundException;
1818
use Doctrine\DBAL\Platforms\AbstractPlatform;
19-
use Doctrine\DBAL\Schema\Schema;
2019
use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory;
20+
use Doctrine\DBAL\Schema\Schema;
2121
use Doctrine\ORM\ORMSetup;
2222
use Symfony\Component\Lock\Key;
2323
use Symfony\Component\Lock\PersistingStoreInterface;

0 commit comments

Comments
 (0)