File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,15 @@ type-hinted method arguments:
71
71
72
72
.. code-block :: yaml
73
73
74
- # app/ config/config.yml
74
+ # config/packages/sensio_framework_extra.yaml
75
75
sensio_framework_extra :
76
76
request :
77
77
converters : true
78
78
auto_convert : false
79
79
80
80
.. code-block :: xml
81
81
82
+ <!-- config/packages/sensio_framework_extra.xml -->
82
83
<sensio-framework-extra : config >
83
84
<request converters =" true" auto-convert =" true" />
84
85
</sensio-framework-extra : config >
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ Using the BCrypt Password Encoder
589
589
590
590
.. code-block :: php
591
591
592
- // app/ config/security.php
592
+ // config/packages /security.php
593
593
use Symfony\Component\Security\Core\User\User;
594
594
595
595
$container->loadFromExtension('security', array(
@@ -645,7 +645,7 @@ Using the Argon2i Password Encoder
645
645
646
646
.. code-block :: yaml
647
647
648
- # app/ config/security.yml
648
+ # config/packages/ security.yaml
649
649
security :
650
650
# ...
651
651
@@ -658,7 +658,7 @@ Using the Argon2i Password Encoder
658
658
659
659
.. code-block :: xml
660
660
661
- <!-- app/ config/security.xml -->
661
+ <!-- config/packages /security.xml -->
662
662
<config >
663
663
<!-- ... -->
664
664
<encoder
You can’t perform that action at this time.
0 commit comments