Skip to content

Commit

Permalink
fix: deprecation warning for usage of "tagged"
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 19, 2025
1 parent 1cababb commit d26f859
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 @@ -164,7 +164,7 @@

<!-- Type describers (symfony/type-info) -->
<service id="nelmio_api_doc.type_describer.chain" class="Nelmio\ApiDocBundle\TypeDescriber\ChainDescriber" public="false">
<argument type="tagged" tag="nelmio_api_doc.type_describer" />
<argument type="tagged_iterator" tag="nelmio_api_doc.type_describer" />

<tag name="nelmio_api_doc.type_describer" priority="1000" />
</service>
Expand Down

0 comments on commit d26f859

Please sign in to comment.