Skip to content

Commit e632d49

Browse files
committed
Fixed the errors spotted by Wouter
1 parent 89a7320 commit e632d49

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/filesystem/lock_handler.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ PHP code will wait indefinitely until the lock is released by another process.
6464

6565
.. caution::
6666

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
67+
Be aware of the fact that the resource lock is automatically released as soon
68+
as PHP applies the garbage-collection process to the ``LockHandler`` object.
69+
This means that if you refactor the first example showed in this article as
70+
follows::
7271

7372
use Symfony\Component\Filesystem\LockHandler;
7473

0 commit comments

Comments
 (0)