We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800bdd7 commit af6dc34Copy full SHA for af6dc34
components/filesystem/lock_handler.rst
@@ -3,10 +3,9 @@ LockHandler
3
4
.. versionadded:: 3.4
5
6
- The ``LockHandler`` class has been deprecated in Symfony 3.4
7
- and it will be removed in Symfony 4.0. Use ``SemaphoreStore`` or
8
- ``FlockStore`` from the ``Lock`` component instead.
9
-
+ The ``LockHandler`` class was deprecated in Symfony 3.4 and it will be
+ removed in Symfony 4.0. Use ``SemaphoreStore`` or ``FlockStore`` from the
+ ``Lock`` component instead.
10
11
What is a Lock?
12
---------------
0 commit comments