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
290290The ZookeeperStore saves locks on a Zookeeper server, it requires a Zookeeper
291291connection implementing the ``\Zookeeper `` class. This store does not
292292support blocking and expiration but the lock is automatically released when the
293- PHP process is terminated
293+ PHP process is terminated::
294294
295295 use Symfony\Component\Lock\Store\ZookeeperStore;
296296
@@ -519,7 +519,7 @@ can be two running containers in parallel.
519519ZookeeperStore
520520~~~~~~~~~~
521521
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
523523the :ref: `ZookeeperStore <lock-store-zookeeper >` the locks will be automatically released at the end of the session
524524in case the client cannot unlock for any reason.
525525
You can’t perform that action at this time.
0 commit comments