Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0705373

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix bugs seen by `_build/build.php` diagnostics in 5.4 Add missing anchor in forms/bootstrap5 Restore the contents directive Fix bugs seen by `_build/build.php` diagnostics in 4.4 Add missing symfony server reference
2 parents 63ca849 + 4afa1d3 commit 0705373

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

components/lock.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -340,20 +340,20 @@ Locks are created and managed in ``Stores``, which are classes that implement
340340

341341
The component includes the following built-in store types:
342342

343-
========================================================= ====== ======== ======== =======
344-
Store Scope Blocking Expiring Sharing
345-
========================================================= ====== ======== ======== =======
346-
:ref:`FlockStore <lock-store-flock>` local yes no yes
347-
:ref:`MemcachedStore <lock-store-memcached>` remote no yes no
348-
:ref:`MongoDbStore <lock-store-mongodb>` remote no yes no
349-
:ref:`PdoStore <lock-store-pdo>` remote no yes no
350-
:ref:`DoctrineDbalStore <lock-store-dbal>` remote no yes no
351-
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes no yes
352-
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes
353-
:ref:`RedisStore <lock-store-redis>` remote no yes yes
354-
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no
355-
:ref:`ZookeeperStore <lock-store-zookeeper>` remote no no no
356-
========================================================= ====== ======== ======== =======
343+
========================================================== ====== ======== ======== =======
344+
Store Scope Blocking Expiring Sharing
345+
========================================================== ====== ======== ======== =======
346+
:ref:`FlockStore <lock-store-flock>` local yes no yes
347+
:ref:`MemcachedStore <lock-store-memcached>` remote no yes no
348+
:ref:`MongoDbStore <lock-store-mongodb>` remote no yes no
349+
:ref:`PdoStore <lock-store-pdo>` remote no yes no
350+
:ref:`DoctrineDbalStore <lock-store-dbal>` remote no yes no
351+
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes no yes
352+
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes
353+
:ref:`RedisStore <lock-store-redis>` remote no yes yes
354+
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no
355+
:ref:`ZookeeperStore <lock-store-zookeeper>` remote no no no
356+
========================================================== ====== ======== ======== =======
357357

358358
.. _lock-store-flock:
359359

form/bootstrap5.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
8383
container. If you override the ``row_attr`` class option, the ``mb-3`` will
8484
be overridden too and you will need to explicitly add it.
8585

86+
.. _reference-forms-bootstrap5-error-messages:
87+
8688
Error Messages
8789
--------------
8890

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Components
7070
.. toctree::
7171
:hidden:
7272

73-
components/index
73+
components/
7474

75-
Read the :doc:`Components </components/index>` documentation.
75+
Read the :doc:`Components </components/>` documentation.
7676

7777
Reference Documents
7878
-------------------

reference/forms/types/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EnumType Field
55
==============
66

77
A multi-purpose field used to allow the user to "choose" one or more options
8-
defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType </refernce/forms/types/enum>`
8+
defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType </reference/forms/types/enum>`
99
field and defines the same options.
1010

1111
+---------------------------+----------------------------------------------------------------------+

setup/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After installing the package, rebuild your containers by running:
4949
Symfony Binary Web Server and Docker Support
5050
--------------------------------------------
5151

52-
If you're using the :ref:`symfony binary web server` (e.g. ``symfony server:start``),
52+
If you're using the :ref:`symfony binary web server <symfony-local-web-server>` (e.g. ``symfony server:start``),
5353
then it can automatically detect your Docker services and expose them as environment
5454
variables. See :ref:`symfony-server-docker`.
5555

0 commit comments

Comments
 (0)