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:
7171
7272 .. code-block :: yaml
7373
74- # app/ config/config.yml
74+ # config/packages/sensio_framework_extra.yaml
7575 sensio_framework_extra :
7676 request :
7777 converters : true
7878 auto_convert : false
7979
8080 .. code-block :: xml
8181
82+ <!-- config/packages/sensio_framework_extra.xml -->
8283 <sensio-framework-extra : config >
8384 <request converters =" true" auto-convert =" true" />
8485 </sensio-framework-extra : config >
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ Using the Argon2i Password Encoder
365365
366366 .. code-block :: yaml
367367
368- # app/ config/security.yml
368+ # config/packages/ security.yaml
369369 security :
370370 # ...
371371
@@ -378,7 +378,7 @@ Using the Argon2i Password Encoder
378378
379379 .. code-block :: xml
380380
381- <!-- app/ config/security.xml -->
381+ <!-- config/packages /security.xml -->
382382 <config >
383383 <!-- ... -->
384384 <encoder
@@ -392,7 +392,7 @@ Using the Argon2i Password Encoder
392392
393393 .. code-block :: php
394394
395- // app/ config/security.php
395+ // config/packages /security.php
396396 use Symfony\Component\Security\Core\User\User;
397397
398398 $container->loadFromExtension('security', array(
You can’t perform that action at this time.
0 commit comments