Skip to content

Commit 19cc445

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fix syntax errors fix code block indentation
2 parents 912bc74 + c395c74 commit 19cc445

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

components/dependency_injection.rst

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Learn more
706706
----------
707707

708708
.. toctree::
709-
:maxlength: 1
709+
:maxdepth: 1
710710
:glob:
711711

712712
/reference/events

components/translation.rst

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

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

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

+1
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)