Skip to content

Commit cd92145

Browse files
committed
-
1 parent 443d6c6 commit cd92145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/lock.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ MongoDB Connection String:
518518
PdoStore
519519
~~~~~~~~
520520

521-
The PdoStore saves locks in an SQL database. It requires a `PDO`_ connection or a `Data Source Name (DSN)`_. This store does not
522-
support blocking, and expects a TTL to avoid stalled locks::
521+
The PdoStore saves locks in an SQL database. It requires a `PDO`_ connection or a `Data Source Name (DSN)`_.
522+
This store does not support blocking, and expects a TTL to avoid stalled locks::
523523

524524
use Symfony\Component\Lock\Store\PdoStore;
525525

0 commit comments

Comments
 (0)