Skip to content

Commit 156eb9b

Browse files
committed
Merge branch '4.2'
* 4.2: Fixing build fixing build
2 parents 77cae83 + 824caef commit 156eb9b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ With this, :doc:`Symfony Flex </setup/flex>` will be able to automatically
250250
enable your bundle when it's installed.
251251

252252
If your bundle requires any setup (e.g. configuration, new files, changes to
253-
`.gitignore`, etc), then you should create a `Symfony Flex recipe`_.
253+
``.gitignore``, etc), then you should create a `Symfony Flex recipe`_.
254254

255255
Documentation
256256
-------------

components/var_dumper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ option. Read more about this and other options in
221221

222222
If the dumped contents are complex, consider using the local search box to
223223
look for specific variables or values. First, click anywhere on the dumped
224-
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
224+
contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local
225225
search box appear. All the common shortcuts to navigate the search results
226-
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
227-
finished, press :kbd:`Esc.` to hide the box again.
226+
are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When
227+
finished, press ``Esc.`` to hide the box again.
228228

229229
Using the VarDumper Component in your PHPUnit Test Suite
230230
--------------------------------------------------------

getting_started/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Getting Started
44
.. toctree::
55
:maxdepth: 1
66

7-
../setup
8-
../page_creation
9-
../routing
10-
../controller
11-
../templating
12-
../configuration
7+
/setup
8+
/page_creation
9+
/routing
10+
/controller
11+
/templating
12+
/configuration

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ Route path If the requested URL is ``/foo`` If the requested URL is ``
774774
---------- ---------------------------------------- ------------------------------------------
775775
``/foo`` It matches (``200`` status response) It makes a ``301`` redirect to ``/foo``
776776
``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response)
777-
========== ======================================== ==========================================
777+
---------- ---------------------------------------- ------------------------------------------
778778

779779
.. note::
780780

web_link.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To do that, first install the WebLink component:
5555
Now, update the template to use the ``preload()`` Twig function provided by
5656
WebLink:
5757

58-
.. code:: twig
58+
.. code-block:: twig
5959
6060
<head>
6161
{# ... #}
@@ -69,7 +69,7 @@ requested the HTML page.
6969
Additionally, according to `the Priority Hints specification`_, you can signal
7070
the priority of the resource to download using the ``importance`` attribute:
7171

72-
.. code:: twig
72+
.. code-block:: twig
7373
7474
<head>
7575
{# ... #}
@@ -99,7 +99,7 @@ improve performance of your apps in production right now.
9999
If you want to prevent the push but let the browser preload the resource by
100100
issuing an early separate HTTP request, use the ``nopush`` option:
101101

102-
.. code:: twig
102+
.. code-block:: twig
103103
104104
<head>
105105
{# ... #}
@@ -132,7 +132,7 @@ The component also supports sending HTTP links not related to performance and
132132
any link implementing the `PSR-13`_ standard. For instance, any
133133
`link defined in the HTML specification`_:
134134

135-
.. code:: twig
135+
.. code-block:: twig
136136
137137
<head>
138138
{# ... #}

0 commit comments

Comments
 (0)