File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
- name : " Run DOCtor-RST"
69
69
uses : docker://oskarstark/doctor-rst
70
70
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:
675
675
https://symfony.com/schema/dic/services/services-1.0.xsd" >
676
676
<services >
677
677
<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" />
679
679
</service >
680
680
</services >
681
681
</container >
@@ -704,7 +704,7 @@ Tagged Services with Index
704
704
705
705
If you want to retrieve a specific service within the injected collection
706
706
you 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 ``.
708
708
709
709
Using the previous example, this service configuration creates a collection
710
710
indexed by the ``key `` attribute:
You can’t perform that action at this time.
0 commit comments