File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,6 @@ configuration files, even if they use a different format:
144
144
145
145
// ...
146
146
147
- .. versionadded :: 4.4
148
-
149
- The ``not_found `` option value for ``ignore_errors `` was introduced in Symfony 4.4.
150
-
151
147
.. _config-parameter-intro :
152
148
.. _config-parameters-yml :
153
149
.. _configuration-parameters :
Original file line number Diff line number Diff line change @@ -735,19 +735,19 @@ indexed by the ``key`` attribute:
735
735
<container xmlns =" http://symfony.com/schema/dic/services"
736
736
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
737
737
xsi : schemaLocation =" http://symfony.com/schema/dic/services
738
- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
738
+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
739
739
740
740
<services >
741
741
<service id =" App\Handler\One" >
742
- <tag name =" app.handler" key =" handler_one" />
742
+ <tag name =" app.handler" key =" handler_one" />
743
743
</service >
744
744
745
745
<service id =" App\Handler\Two" >
746
- <tag name =" app.handler" key =" handler_two" />
746
+ <tag name =" app.handler" key =" handler_two" />
747
747
</service >
748
748
749
749
<service id =" App\HandlerCollection" >
750
- <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
750
+ <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
751
751
</service >
752
752
</services >
753
753
</container >
@@ -836,7 +836,7 @@ to get an array and then retrieve the ``handler_two`` handler::
836
836
<container xmlns =" http://symfony.com/schema/dic/services"
837
837
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
838
838
xsi : schemaLocation =" http://symfony.com/schema/dic/services
839
- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
839
+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
840
840
841
841
<services >
842
842
<!-- ... --!>
You can’t perform that action at this time.
0 commit comments