8000 cs fix · symfony/symfony@8b570e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b570e1

Browse files
cs fix
1 parent 4114326 commit 8b570e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Symfony/Component/Lock/Store/MongoDbStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
*/
4848
class MongoDbStore implements PersistingStoreInterface
4949
{
50+
use ExpiringStoreTrait;
51+
5052
private $collection;
5153
private $client;
5254
private $uri;
5355
private $options;
5456
private $initialTtl;
5557

56-
use ExpiringStoreTrait;
57-
5858
/**
5959
* @param Collection|Client|string $mongo An instance of a Collection or Client or URI @see https://docs.mongodb.com/manual/reference/connection-string/
6060
* @param array $options See below

src/Symfony/Component/Semaphore/Store/StoreFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Semaphore\Store;
1313

14-
use Doctrine\DBAL\Connection;
1514
use Symfony\Component\Cache\Adapter\AbstractAdapter;
1615
use Symfony\Component\Cache\Traits\RedisClusterProxy;
1716
use Symfony\Component\Cache\Traits\RedisProxy;

0 commit comments

Comments
 (0)
0