Skip to content

Commit 0479640

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Remove unused reference Update profiler.rst Update testing.rst docs : update autowiring.rst
2 parents d580c14 + 01c2ec9 commit 0479640

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

controller/argument_value_resolver.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,3 @@ passing the user along sub-requests).
255255

256256
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
257257
.. _`yield`: https://www.php.net/manual/en/language.generators.syntax.php
258-
.. _`SecurityBundle`: https://github.com/symfony/security-bundle

profiler.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ Profiler
22
========
33

44
The profiler is a powerful **development tool** that gives detailed information
5-
about the execution of any request. **Never** enable the profiler in production
6-
environments as it will lead to major security vulnerabilities in your project.
5+
about the execution of any request.
6+
7+
.. caution::
8+
9+
**Never** enable the profiler in production environments
10+
as it will lead to major security vulnerabilities in your project.
711

812
Installation
913
------------

service_container/autowiring.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ the injection::
459459
460460
# If you wanted to choose the non-default service and do not
461461
# want to use a named autowiring alias, wire it manually:
462+
# arguments:
462463
# $transformer: '@App\Util\UppercaseTransformer'
463464
# ...
464465

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Empty the database and reload *all* the fixture classes with:
408408

409409
.. code-block:: terminal
410410
411-
$ php bin/console doctrine:fixtures:load
411+
$ php bin/console --env=test doctrine:fixtures:load
412412
413413
For more information, read the `DoctrineFixturesBundle documentation`_.
414414

0 commit comments

Comments
 (0)