From ce3bbd6a657835d8fd6e7a020bd675c78b8eb289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pipa?= Date: Fri, 1 Jan 2021 20:40:33 +0100 Subject: [PATCH] Fix PostgreSqlStore code sample formatting --- components/lock.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index 97de11d0701..3f96ef89586 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -465,7 +465,8 @@ PostgreSqlStore The PostgreSqlStore uses `Advisory Locks`_ provided by PostgreSQL. It requires a `PDO`_ connection, a `Doctrine DBAL Connection`_, or a -`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 +locks:: use Symfony\Component\Lock\Store\PostgreSqlStore;