Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b66f26

Browse files
CS fix
1 parent 87a65d8 commit 5b66f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php

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

1414
use Doctrine\DBAL\Configuration;
1515
use Doctrine\DBAL\DriverManager;
16-
use Relay\Relay;
1716
use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory;
1817
use Doctrine\DBAL\Tools\DsnParser;
1918
use Doctrine\ORM\ORMSetup;
19+
use Relay\Relay;
2020
use Symfony\Component\Cache\Adapter\AbstractAdapter;
2121

2222
/**

src/Symfony/Component/Lock/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)