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 @@ -677,7 +677,7 @@ in the configuration of the collecting service:
677677 https://symfony.com/schema/dic/services/services-1.0.xsd" >
678678 <services >
679679 <service id =" App\HandlerCollection" >
680- <argument type =" tagged " tag =" app.handler" default-priority-method =" getPriority" />
680+ <argument type =" tagged_iterator " tag =" app.handler" default-priority-method =" getPriority" />
681681 </service >
682682 </services >
683683 </container >
@@ -706,7 +706,7 @@ Tagged Services with Index
706706
707707If you want to retrieve a specific service within the injected collection
708708you can use the ``index_by `` and ``default_index_method `` options of the
709- argument in combination with ``!tagged ``.
709+ argument in combination with ``!tagged_iterator ``.
710710
711711Using the previous example, this service configuration creates a collection
712712indexed by the ``key `` attribute:
You can’t perform that action at this time.
0 commit comments