Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ff3d58

Browse filesBrowse 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
Copy full SHA for 2ff3d58

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎components/filesystem/lock_handler.rst

Copy file name to clipboardExpand all lines: components/filesystem/lock_handler.rst
+2-2Lines 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

Copy file name to clipboardExpand all lines: console/lockable_trait.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.