Skip to content

Commit 5fba7ca

Browse files
Merge branch '4.1'
* 4.1: Alpha-ordering for "use" statements
2 parents a4911b4 + 4a3d4ab commit 5fba7ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Store/CombinedStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
use Symfony\Component\Lock\Exception\LockExpiredException;
2020
use Symfony\Component\Lock\Exception\NotSupportedException;
2121
use Symfony\Component\Lock\Key;
22-
use Symfony\Component\Lock\Strategy\StrategyInterface;
2322
use Symfony\Component\Lock\StoreInterface;
23+
use Symfony\Component\Lock\Strategy\StrategyInterface;
2424

2525
/**
2626
* CombinedStore is a StoreInterface implementation able to manage and synchronize several StoreInterfaces.

Tests/Store/CombinedStoreTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
use Symfony\Component\Lock\Exception\LockConflictedException;
1515
use Symfony\Component\Lock\Key;
16-
use Symfony\Component\Lock\Strategy\UnanimousStrategy;
17-
use Symfony\Component\Lock\Strategy\StrategyInterface;
1816
use Symfony\Component\Lock\Store\CombinedStore;
1917
use Symfony\Component\Lock\Store\RedisStore;
2018
use Symfony\Component\Lock\StoreInterface;
19+
use Symfony\Component\Lock\Strategy\StrategyInterface;
20+
use Symfony\Component\Lock\Strategy\UnanimousStrategy;
2121

2222
/**
2323
* @author Jérémy Derussé <[email protected]>

0 commit comments

Comments
 (0)