Skip to content

Commit

Permalink
fix: deprecation warning for usage of "tagged" (#2429)
Browse files Browse the repository at this point in the history
## Description

Fixes deprecation warning for usage of "tagged" that got added with
#2349

#2410

## What type of PR is this? (check all applicable)
- [x] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [ ] CI

## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)
  • Loading branch information
DjordyKoert authored Jan 19, 2025
1 parent 1cababb commit f320ae4
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 f320ae4

Please sign in to comment.