File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
src/Symfony/Component/Lock Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- .idea
2
1
vendor /
3
2
composer.lock
4
3
phpunit.xml
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class ZookeeperStore implements StoreInterface
35
35
/**
36
36
* Locker constructor.
37
37
*
38
- * @param \Zookeeper $zookeeper Zookeeper Instance
38
+ * @param \Zookeeper $zookeeper Zookeeper Instance
39
39
*/
40
40
public function __construct (Zookeeper $ zookeeper )
41
41
{
@@ -121,7 +121,7 @@ public function waitAndSave(Key $key)
121
121
*/
122
122
public function putOffExpiration (Key $ key , $ ttl )
123
123
{
124
- // This store doesn't support TTL. The lock nodes die at the end of a client's session if not released correctly.
124
+ // This store doesn't support TTL. The lock nodes die at the end of a client's session if not released correctly.
125
125
}
126
126
127
127
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Lock \Tests \Store ;
13
13
14
- use Symfony \Component \Lock \Key ;
15
14
use Symfony \Component \Lock \Store \ZookeeperStore ;
16
- use Exception ;
17
15
use Zookeeper ;
18
16
19
17
/**
You can’t perform that action at this time.
0 commit comments