File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -953,11 +953,11 @@ namespace ``Symfony\Config``::
953
953
$security->accessControl(['path' => '^/admin', 'roles' => 'ROLE_ADMIN']);
954
954
};
955
955
956
- .. caution ::
956
+ .. note ::
957
957
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.
961
961
962
962
Keep Going!
963
963
-----------
You can’t perform that action at this time.
0 commit comments