From c36a74f778d272f16ef0aea3a80da002291d7870 Mon Sep 17 00:00:00 2001 From: Mark Pedron Date: Sat, 15 Jan 2022 12:34:52 +0100 Subject: [PATCH] Fix bugs seen by `_build/build.php` diagnostics in 5.4 --- components/lock.rst | 28 ++++++++++++++-------------- reference/forms/types/enum.rst | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/components/lock.rst b/components/lock.rst index 4069a238ee5..0d00885b9c2 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -350,20 +350,20 @@ Locks are created and managed in ``Stores``, which are classes that implement The component includes the following built-in store types: -========================================================= ====== ======== ======== ======= -Store Scope Blocking Expiring Sharing -========================================================= ====== ======== ======== ======= -:ref:`FlockStore ` local yes no yes -:ref:`MemcachedStore ` remote no yes no -:ref:`MongoDbStore ` remote no yes no -:ref:`PdoStore ` remote no yes no -:ref:`DoctrineDbalStore ` remote no yes no -:ref:`PostgreSqlStore ` remote yes no yes -:ref:`DoctrineDbalPostgreSqlStore ` remote yes no yes -:ref:`RedisStore ` remote no yes yes -:ref:`SemaphoreStore ` local yes no no -:ref:`ZookeeperStore ` remote no no no -========================================================= ====== ======== ======== ======= +========================================================== ====== ======== ======== ======= +Store Scope Blocking Expiring Sharing +========================================================== ====== ======== ======== ======= +:ref:`FlockStore ` local yes no yes +:ref:`MemcachedStore ` remote no yes no +:ref:`MongoDbStore ` remote no yes no +:ref:`PdoStore ` remote no yes no +:ref:`DoctrineDbalStore ` remote no yes no +:ref:`PostgreSqlStore ` remote yes no yes +:ref:`DoctrineDbalPostgreSqlStore ` remote yes no yes +:ref:`RedisStore ` remote no yes yes +:ref:`SemaphoreStore ` local yes no no +:ref:`ZookeeperStore ` remote no no no +========================================================== ====== ======== ======== ======= .. _lock-store-flock: diff --git a/reference/forms/types/enum.rst b/reference/forms/types/enum.rst index 4e598f44e81..213e6bff7d6 100644 --- a/reference/forms/types/enum.rst +++ b/reference/forms/types/enum.rst @@ -9,7 +9,7 @@ EnumType Field The ``EnumType`` form field was introduced in Symfony 5.4. A multi-purpose field used to allow the user to "choose" one or more options -defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType ` +defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType ` field and defines the same options. +---------------------------+----------------------------------------------------------------------+