Commit 23c448c
committed
minor #15226 [Lock] Update table in lock component (zozs)
This PR was merged into the 5.2 branch.
Discussion
----------
[Lock] Update table in lock component
The table on the locks documentation does not seem to be consistent with the description for `PostgreSqlStore`. The table currently says the locks are expiring, while the textual descriptions further down the page says the opposite:
> the PostgreSqlStore does not need a table to store locks and does not expire.
and
> That means that by using :ref:`PostgreSqlStore <lock-store-pgsql>` the locks will be automatically released at the end of the session in case the client cannot unlock for any reason.
Proposed fix, modify the table so it says `no` under the Expiring column for PostgreSqlStore.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).
-->
Commits
-------
0354465 Update table in lock component1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
0 commit comments