File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Symfony/Component/Lock Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class ZookeeperStore implements StoreInterface
3535 /**
3636 * Locker constructor.
3737 *
38- * @param \Zookeeper $zookeeper Zookeeper Instance
38+ * @param \Zookeeper $zookeeper Zookeeper Instance
3939 */
4040 public function __construct (Zookeeper $ zookeeper )
4141 {
@@ -121,7 +121,7 @@ public function waitAndSave(Key $key)
121121 */
122122 public function putOffExpiration (Key $ key , $ ttl )
123123 {
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.
125125 }
126126
127127 /**
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Lock \Tests \Store ;
1313
14- use Symfony \Component \Lock \Key ;
1514use Symfony \Component \Lock \Store \ZookeeperStore ;
16- use Exception ;
1715use Zookeeper ;
1816
1917/**
You can’t perform that action at this time.
0 commit comments