Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17248e1

Browse files
committed
Remove codeblock
1 parent 6b6d865 commit 17248e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/lock.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ In case of long-running tasks, it's better to start with a not too long TTL and
124124
then use the :method:`Symfony\\Component\\Lock\\LockInterface::refresh` method
125125
to reset the TTL to its original value::
126126

127-
.. code-block:: php
128-
129127
// ...
130128
$lock = $factory->createLock('charts-generation', 30);
131129

0 commit comments

Comments
 (0)