[DependencyInjection] Ignore tags of abstract services #21761
Labels
DependencyInjection
RFC
RFC = Request For Comments (proposals about features that you want to be discussed)
As pointed by @nicolas-grekas, tags of abstract services can now be inherited so we should probably stop throwing exceptions when having the case and just ignore them.
I suggest to do this by adding an argument to
ContainerBuilder::findTaggedServiceIds
:The text was updated successfully, but these errors were encountered: