Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecate use of tagged argument in favor of tagged_iterator #2410

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

Seldaek
Copy link
Member

@Seldaek Seldaek commented Dec 19, 2024

Description

I now get this error on a 7.2 project:

Since symfony/dependency-injection 7.2: Type "tagged" is deprecated for tag , use "tagged_iterator" instead in ".../vendor/nelmio/api-doc-bundle/src/DependencyInjection/../../config/services.xml".

tagged_iterator exists on https://symfony.com/doc/5.x/service_container/tags.html so I believe this is safe to use already for v4 / symfony 5.4+.

What type of PR is this? (check all applicable)

  • Bug Fix

Checklist

  • I have made corresponding changes to the documentation (docs/)
  • I have made corresponding changes to the changelog (CHANGELOG.md)

@Seldaek Seldaek requested a review from DjordyKoert December 19, 2024 09:17
@DjordyKoert DjordyKoert merged commit bef9ec8 into master Jan 6, 2025
15 of 19 checks passed
@DjordyKoert DjordyKoert deleted the fix-deprecation branch January 6, 2025 10:12
@DjordyKoert
Copy link
Collaborator

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants