Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1194396

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

File tree

3 files changed

+10
-10
lines changed
Filter options

3 files changed

+10
-10
lines changed

‎bundles/best_practices.rst

Copy file name to clipboardExpand all lines: bundles/best_practices.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: components/var_dumper.rst
+3-3Lines 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

Copy file name to clipboardExpand all lines: getting_started/index.rst
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.