File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \Component \Lock \Exception \LockExpiredException ;
20
20
use Symfony \Component \Lock \Exception \NotSupportedException ;
21
21
use Symfony \Component \Lock \Key ;
22
- use Symfony \Component \Lock \Strategy \StrategyInterface ;
23
22
use Symfony \Component \Lock \StoreInterface ;
23
+ use Symfony \Component \Lock \Strategy \StrategyInterface ;
24
24
25
25
/**
26
26
* CombinedStore is a StoreInterface implementation able to manage and synchronize several StoreInterfaces.
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Lock \Exception \LockConflictedException ;
15
15
use Symfony \Component \Lock \Key ;
16
- use Symfony \Component \Lock \Strategy \UnanimousStrategy ;
17
- use Symfony \Component \Lock \Strategy \StrategyInterface ;
18
16
use Symfony \Component \Lock \Store \CombinedStore ;
19
17
use Symfony \Component \Lock \Store \RedisStore ;
20
18
use Symfony \Component \Lock \StoreInterface ;
19
+ use Symfony \Component \Lock \Strategy \StrategyInterface ;
20
+ use Symfony \Component \Lock \Strategy \UnanimousStrategy ;
21
21
22
22
/**
23
23
* @author Jérémy Derussé <[email protected] >
You can’t perform that action at this time.
0 commit comments