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 156ac65 commit ce3bbd6Copy full SHA for ce3bbd6
components/lock.rst
@@ -465,7 +465,8 @@ PostgreSqlStore
465
466
The PostgreSqlStore uses `Advisory Locks`_ provided by PostgreSQL. It requires a
467
`PDO`_ connection, a `Doctrine DBAL Connection`_, or a
468
-`Data Source Name (DSN)`_. It supports native blocking, as well as sharing locks.
+`Data Source Name (DSN)`_. It supports native blocking, as well as sharing
469
+locks::
470
471
use Symfony\Component\Lock\Store\PostgreSqlStore;
472
0 commit comments