Skip to content

Commit 2ff3d58

Browse files
committed
minor #9028 fix syntax errors and add some more crosslinks (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix syntax errors and add some more crosslinks Commits ------- f573960 fix syntax errors and add some more crosslinks
2 parents 8feb256 + f573960 commit 2ff3d58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/filesystem/lock_handler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ LockHandler
33

44
.. versionadded:: 3.4
55
The ``LockHandler`` class was deprecated in Symfony 3.4 and it will be
6-
removed in Symfony 4.0. Use ``SemaphoreStore`` or ``FlockStore`` from the
7-
``Lock`` component instead.
6+
removed in Symfony 4.0. Use :ref:`SemaphoreStore <lock-store-semaphore>`
7+
or :ref:`FlockStore <lock-store-flock>` from the Lock component instead.
88

99
What is a Lock?
1010
---------------

console/lockable_trait.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Prevent Multiple Executions of a Console Command
66

77
A simple but effective way to prevent multiple executions of the same command in
88
a single server is to use `locks`_. The :doc:`Lock component </components/lock>`
9-
provides multiple classes to create locks based on the filesystem (:ref:`FlockStore <_lock-store-flock>`),
10-
shared memory (:ref:`SemaphoreStore <_lock-store-semaphore>`) and even databases
9+
provides multiple classes to create locks based on the filesystem (:ref:`FlockStore <lock-store-flock>`),
10+
shared memory (:ref:`SemaphoreStore <lock-store-semaphore>`) and even databases
1111
and Redis servers.
1212

1313
In addition, the Console component provides a PHP trait called ``LockableTrait``

0 commit comments

Comments
 (0)