File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -291,4 +291,3 @@ passing the user along sub-requests).
291
291
292
292
.. _`@ParamConverter` : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
293
293
.. _`yield` : https://www.php.net/manual/en/language.generators.syntax.php
294
- .. _`SecurityBundle` : https://github.com/symfony/security-bundle
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ Profiler
2
2
========
3
3
4
4
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.
7
11
8
12
Installation
9
13
------------
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ the injection::
459
459
460
460
# If you wanted to choose the non-default service and do not
461
461
# want to use a named autowiring alias, wire it manually:
462
+ # arguments:
462
463
# $transformer: '@App\Util\UppercaseTransformer'
463
464
# ...
464
465
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ Empty the database and reload *all* the fixture classes with:
408
408
409
409
.. code-block :: terminal
410
410
411
- $ php bin/console doctrine:fixtures:load
411
+ $ php bin/console --env=test doctrine:fixtures:load
412
412
413
413
For more information, read the `DoctrineFixturesBundle documentation `_.
414
414
You can’t perform that action at this time.
0 commit comments