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 @@ -677,7 +677,7 @@ in the configuration of the collecting service:
677
677
https://symfony.com/schema/dic/services/services-1.0.xsd" >
678
678
<services >
679
679
<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" />
681
681
</service >
682
682
</services >
683
683
</container >
@@ -706,7 +706,7 @@ Tagged Services with Index
706
706
707
707
If you want to retrieve a specific service within the injected collection
708
708
you 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 ``.
710
710
711
711
Using the previous example, this service configuration creates a collection
712
712
indexed by the ``key `` attribute:
You can’t perform that action at this time.
0 commit comments