File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,7 @@ PostgreSqlStore
460
460
461
461
The PostgreSqlStore uses `Advisory Locks `_ provided by PostgreSQL. It requires a
462
462
`PDO `_ connection, a `Doctrine DBAL Connection `_, or a
463
- `Data Source Name (DSN) `_. it nativly supports blocking, as weel as sharing
464
- locks.
463
+ `Data Source Name (DSN) `_. It supports native blocking, as well as sharing locks.
465
464
466
465
use Symfony\C omponent\L ock\S tore\P ostgreSqlStore;
467
466
@@ -470,11 +469,11 @@ locks.
470
469
$store = new PostgreSqlStore($databaseConnectionOrDSN);
471
470
472
471
In opposite to the ``PdoStore ``, the ``PostgreSqlStore `` does not need a table to
473
- stores locks and does not expires .
472
+ store locks and does not expire .
474
473
475
474
.. versionadded :: 5.2
476
475
477
- PostgreSqlStore were introduced in Symfony 5.2.
476
+ The `` PostgreSqlStore `` was introduced in Symfony 5.2.
478
477
479
478
.. _lock-store-redis :
480
479
You can’t perform that action at this time.
0 commit comments