-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.8][Container] UnusedTagsPass Warning #16908
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
Comments
Status: Reviewed |
see #16932 |
I had a look at this again and I think the actual issue is that the |
the issue occurs too if the tag name is empty tags: [{ name: ''}] |
…a name (xabbuh) This PR was merged into the 2.3 branch. Discussion ---------- [DependencyInjection] XmlFileLoader: enforce tags to have a name | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16908 | License | MIT | Doc PR | Commits ------- d86a3a7 [DependencyInjection] enforce tags to have a name
Just updated one of my projects from Symfony2.7 to 2.8 and now am getting the following error multiple times inside
UnusedTagsPass
. What ever there is wrong configurated by a bundle or so (sry, not checked in detail), should not run into this condition.UnusedTagsPass
is just a logger which should catch this issue.EDIT
Found following usage. Should we protect this?
Simple workaround. :)
The text was updated successfully, but these errors were encountered: