File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ ZookeeperStore
290
290
The ZookeeperStore saves locks on a Zookeeper server, it requires a Zookeeper
291
291
connection implementing the ``\Zookeeper `` class. This store does not
292
292
support blocking and expiration but the lock is automatically released when the
293
- PHP process is terminated
293
+ PHP process is terminated::
294
294
295
295
use Symfony\Component\Lock\Store\ZookeeperStore;
296
296
@@ -519,7 +519,7 @@ can be two running containers in parallel.
519
519
ZookeeperStore
520
520
~~~~~~~~~~
521
521
522
- The way ZookeeperStore works is by maintaining locks in ephemeral nodes within PHP_LOCK_NODE on the server. That means that by using
522
+ The way ZookeeperStore works is by maintaining locks in ephemeral nodes within ` PHP_LOCK_NODE ` on the server. That means that by using
523
523
the :ref: `ZookeeperStore <lock-store-zookeeper >` the locks will be automatically released at the end of the session
524
524
in case the client cannot unlock for any reason.
525
525
You can’t perform that action at this time.
0 commit comments