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 1919use Symfony \Component \Lock \Exception \LockExpiredException ;
2020use Symfony \Component \Lock \Exception \NotSupportedException ;
2121use Symfony \Component \Lock \Key ;
22- use Symfony \Component \Lock \Strategy \StrategyInterface ;
2322use 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.
Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \Lock \Exception \LockConflictedException ;
1515use Symfony \Component \Lock \Key ;
16- use Symfony \Component \Lock \Strategy \UnanimousStrategy ;
17- use Symfony \Component \Lock \Strategy \StrategyInterface ;
1816use Symfony \Component \Lock \Store \CombinedStore ;
1917use Symfony \Component \Lock \Store \RedisStore ;
2018use 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é <jeremy@derusse.com>
You can’t perform that action at this time.
0 commit comments