File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 - name : " Run DOCtor-RST"
6969 uses : docker://oskarstark/doctor-rst
7070 with :
71- args : --short --cache-file=/github/workspace/.cache/doctor-rst.cache
71+ args : --short --error-format=github -- cache-file=/github/workspace/.cache/doctor-rst.cache
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ in the configuration of the collecting service:
675675 https://symfony.com/schema/dic/services/services-1.0.xsd" >
676676 <services >
677677 <service id =" App\HandlerCollection" >
678- <argument type =" tagged " tag =" app.handler" default-priority-method =" getPriority" />
678+ <argument type =" tagged_iterator " tag =" app.handler" default-priority-method =" getPriority" />
679679 </service >
680680 </services >
681681 </container >
@@ -704,7 +704,7 @@ Tagged Services with Index
704704
705705If you want to retrieve a specific service within the injected collection
706706you can use the ``index_by `` and ``default_index_method `` options of the
707- argument in combination with ``!tagged ``.
707+ argument in combination with ``!tagged_iterator ``.
708708
709709Using the previous example, this service configuration creates a collection
710710indexed by the ``key `` attribute:
You can’t perform that action at this time.
0 commit comments