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 89a7320 commit e632d49Copy full SHA for e632d49
components/filesystem/lock_handler.rst
@@ -64,11 +64,10 @@ PHP code will wait indefinitely until the lock is released by another process.
64
65
.. caution::
66
67
- Beware that the resource lock is automatically released as soon as PHP applies
68
- the garbage-collection process to the ``LockHandler`` object. This means that
69
- if you refactor the first example showed in this article as follows:
70
-
71
- .. code-block:: php
+ Be aware of the fact that the resource lock is automatically released as soon
+ as PHP applies the garbage-collection process to the ``LockHandler`` object.
+ This means that if you refactor the first example showed in this article as
+ follows::
72
73
use Symfony\Component\Filesystem\LockHandler;
74
0 commit comments