Skip to content

Commit 1194396

Browse files
committed
Merge branch '4.0' into 4.1
* 4.0: fixing build
2 parents 8745fbc + f07e338 commit 1194396

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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

0 commit comments

Comments
 (0)