Skip to content

Commit 03b7438

Browse files
committed
minor #14768 Fix PostgreSqlStore code sample formatting (michalpipa)
This PR was merged into the 5.2 branch. Discussion ---------- Fix PostgreSqlStore code sample formatting Format PostgreSqlStore code sample as code block instead of quoted paragraph. Commits ------- ce3bbd6 Fix PostgreSqlStore code sample formatting
2 parents 156ac65 + ce3bbd6 commit 03b7438

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)