8000 [Lock] Make various changes/updates on the Lock docs by fabpot · Pull Request #17413 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Lock] Make various changes/updates on the Lock docs #17413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix inconsistent titles
  • Loading branch information
fabpot committed Nov 5, 2022
commit 4288a73a830dba12292c953d18809bd980e8e8ba
12 changes: 6 additions & 6 deletions lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The following example shows a typical usage of the lock::

$lock->release();

Installation
------------
Installing
----------

In applications using :ref:`Symfony Flex <symfony-flex>`, run this command to
install the Lock component:
Expand All @@ -32,8 +32,8 @@ install the Lock component:

$ composer require symfony/lock

Configuring Lock with FrameworkBundle
-------------------------------------
Configuring
-----------

By default, Symfony provides a :ref:`Semaphore <lock-store-semaphore>`
when available, or a :ref:`Flock <lock-store-flock>` otherwise. You can configure
Expand Down Expand Up @@ -236,8 +236,8 @@ processes asking for the same ``$version``::

.. _lock-named-locks:

Named Lock
----------
Naming Locks
------------

If the application needs different kind of Stores alongside each other, Symfony
provides :ref:`named lock <reference-lock-resources-name>`:
Expand Down
0