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 299d3b4

Browse filesBrowse files
committed
Merge branch '3.1'
* 3.1: fix syntax errors fix code block indentation
2 parents 1b532b1 + 8594d98 commit 299d3b4
Copy full SHA for 299d3b4

File tree

Expand file treeCollapse file tree

6 files changed

+10
-9
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+10
-9
lines changed

‎components/dependency_injection.rst

Copy file name to clipboardExpand all lines: components/dependency_injection.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,6 @@ Learn More
294294
:glob:
295295

296296
/components/dependency_injection/*
297-
/dependency_injection/*
297+
/service_container/*
298298

299299
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection

‎components/http_kernel.rst

Copy file name to clipboardExpand all lines: components/http_kernel.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Learn more
746746
----------
747747

748748
.. toctree::
749-
:maxlength: 1
749+
:maxdepth: 1
750750
:glob:
751751

752752
/reference/events

‎components/translation.rst

Copy file name to clipboardExpand all lines: components/translation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Learn More
222222
/components/translation/*
223223
/translation
224224
/translation/*
225-
/validation/translation
225+
/validation/translations
226226

227227
.. _Packagist: https://packagist.org/packages/symfony/translation
228228
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ about the request, the query parameters, security details and database queries:
183183

184184
.. image:: /_images/quick_tour/profiler.png
185185
:align: center
186-
: class: with-browser
186+
:class: with-browser
187187

188188
This tool provides so much internal information about your application that
189189
you may be worried about your visitors accessing sensible information. Symfony

‎service_container/service_decoration.rst

Copy file name to clipboardExpand all lines: service_container/service_decoration.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ convention, the old ``app.mailer`` service is renamed to
125125

126126
.. code-block:: yaml
127127
128-
services:
129-
app.mailer:
130-
# ...
131-
decoration_inner_name: app.decorating_mailer.wooz
132-
arguments: ['@app.decorating_mailer.wooz']
128+
services:
129+
app.mailer:
130+
# ...
131+
decoration_inner_name: app.decorating_mailer.wooz
132+
arguments: ['@app.decorating_mailer.wooz']
133133
134134
.. code-block:: xml
135135

‎setup/composer.rst

Copy file name to clipboardExpand all lines: setup/composer.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Since this article was first published, Composer installation has improved a lot
1212
Therefore, the original contents of this article have been removed and you are
1313
encourage to `install Composer`_ as explained in the official Composer documentation.
1414

15+
.. _`Composer`: https://getcomposer.org/
1516
.. _`install Composer`: https://getcomposer.org/download/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.