Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[DependencyInjection] Fix extra arg in method call #20279

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

Closed

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Oct 23, 2016

Q A
Branch? 2.7
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

There is an extra argument in the call of $definition->setTags().

My guess it that the first intention is to merge the tags of the decorated definition with the decorating one, then move them all into the decorating, please correct me if I'm wrong (if the tags of the decorated should just squash the decorating tags if any, so we just remove the extra argument).

@chalasr chalasr force-pushed the fix/mismerged_tags_in_decorator_pass branch from 7e1d19b to 2b321a2 Compare October 23, 2016 08:50
@chalasr
Copy link
Member Author

chalasr commented Oct 23, 2016

Oops, missed #20278

@chalasr chalasr changed the title [DependencyInjection] Fix tags merging in decorating service [DependencyInjection] Fix extra arg in method call Oct 23, 2016
@chalasr chalasr closed this Oct 23, 2016
@chalasr chalasr deleted the fix/mismerged_tags_in_decorator_pass branch October 23, 2016 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants