Skip to content

Commit 2824979

Browse files
committed
Tweaks
1 parent 7172784 commit 2824979

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -953,11 +953,11 @@ namespace ``Symfony\Config``::
953953
$security->accessControl(['path' => '^/admin', 'roles' => 'ROLE_ADMIN']);
954954
};
955955

956-
.. caution::
956+
.. note::
957957

958-
Note that only "root" classes in the namespace ``Symfony\Config`` are ConfigBuilders.
959-
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are the Plain Old PHP
960-
Objects and cannot be autowired when you specify it as an argument type.
958+
Only root classes in the namespace ``Symfony\Config`` are ConfigBuilders.
959+
Nested configs (e.g. ``\Symfony\Config\Framework\CacheConfig``) are regular
960+
PHP objects which aren't autowired when using them as an argument type.
961961

962962
Keep Going!
963963
-----------

0 commit comments

Comments
 (0)