Skip to content

Commit

Permalink
Remove deprecate use of tagged argument in favor of tagged_iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Dec 19, 2024
1 parent 9411e9c commit 058ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<!-- Property Describers -->
<service id="nelmio_api_doc.object_model.property_describer" class="Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber" public="false">
<argument type="tagged" tag="nelmio_api_doc.object_model.property_describer" />
<argument type="tagged_iterator" tag="nelmio_api_doc.object_model.property_describer" />

<tag name="nelmio_api_doc.object_model.property_describer" priority="100" />
</service>
Expand Down

0 comments on commit 058ab7c

Please sign in to comment.