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 443d6c6 commit cd92145Copy full SHA for cd92145
components/lock.rst
@@ -518,8 +518,8 @@ MongoDB Connection String:
518
PdoStore
519
~~~~~~~~
520
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::
+The PdoStore saves locks in an SQL database. It requires a `PDO`_ connection or a `Data Source Name (DSN)`_.
+This store does not support blocking, and expects a TTL to avoid stalled locks::
523
524
use Symfony\Component\Lock\Store\PdoStore;
525
0 commit comments