This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Fabien Potencier 9d763e0a93 feature #36545 [DI] fix definition and usage of AbstractArgument (nicolas-grekas)
This PR was merged into the 5.1-dev branch.

Discussion
----------

[DI] fix definition and usage of AbstractArgument

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Reading https://symfony.com/blog/new-in-symfony-5-1-abstract-service-arguments and the comments there made me realize that the current implementation is not generic enough. Abstract arguments can be found anywhere, not only as service arguments. Also, `AbstractArgument` instances should not convey the key/id since that makes them harder to use in the PHP-DSL.

Commits
-------

abb463c749 [DI] fix definition and usage of AbstractArgument
2020-04-24 10:41:57 +02:00
..
Bridge Merge branch '5.0' 2020-04-15 18:09:08 +02:00
Bundle feature #36535 [DI] skip preloading dependencies of non-preloaded services (nicolas-grekas) 2020-04-24 10:23:03 +02:00
Component feature #36545 [DI] fix definition and usage of AbstractArgument (nicolas-grekas) 2020-04-24 10:41:57 +02:00
Contracts Merge branch '5.0' 2020-03-18 09:01:26 +01:00