8000 [DependencyInjection] Define default priority inside service class by pcabreus · Pull Request #31943 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DependencyInjection] Define default priority inside service class #31943

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
wants to merge 13 commits into from
Closed
Prev Previous commit
Next Next commit
fixed spell
Co-Authored-By: Valentin Udaltsov <udaltsov.valentin@gmail.com>
  • Loading branch information
pcabreus and vudaltsov authored Jun 11, 2019
commit 54988242b54ef95e00bb44d8933fc242774ea68a
2 changes: 1 addition & 1 deletion src/Symfony/Component/DependencyInjection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHANGELOG

* deprecated support for short factories and short configurators in Yaml
* deprecated `tagged` in favor of `tagged_iterator`
* added ability to define an priority method for a tagged collection
* added ability to define a priority method for a tagged collection

4.3.0
-----
Expand Down
0