8000 Merge branch '4.1' · symfony/symfony-docs@96d3023 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96d3023

Browse files
committed
Merge branch '4.1'
* 4.1: Fixed some config file paths for Flex and Symfony 4
2 parents de0f01a + a758f29 commit 96d3023

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

controller/argument_value_resolver.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

reference/configuration/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Using the Argon2i Password Encoder
368368

369369
.. code-block:: yaml
370370
371-
# app/config/security.yml
371+
# config/packages/security.yaml
372372
security:
373373
# ...
374374
@@ -381,7 +381,7 @@ Using the Argon2i Password Encoder
381381
382382
.. code-block:: xml
383383
384-
<!-- app/config/security.xml -->
384+
<!-- config/packages/security.xml -->
385385
<config>
386386
<!-- ... -->
387387
<encoder
@@ -395,7 +395,7 @@ Using the Argon2i Password Encoder
395395
396396
.. code-block:: php
397397
398-
// app/config/security.php
398+
// config/packages/security.php
399399
use Symfony\Component\Security\Core\User\User;
400400
401401
$container->loadFromExtension('security', array(

0 commit comments

Comments
 (0)
0