Skip to content

Commit ce3bbd6

Browse files
committed
Fix PostgreSqlStore code sample formatting
1 parent 156ac65 commit ce3bbd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/lock.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ PostgreSqlStore
465465

466466
The PostgreSqlStore uses `Advisory Locks`_ provided by PostgreSQL. It requires a
467467
`PDO`_ connection, a `Doctrine DBAL Connection`_, or a
468-
`Data Source Name (DSN)`_. It supports native blocking, as well as sharing locks.
468+
`Data Source Name (DSN)`_. It supports native blocking, as well as sharing
469+
locks::
469470

470471
use Symfony\Component\Lock\Store\PostgreSqlStore;
471472

0 commit comments

Comments
 (0)