Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[DependencyInjection] Clarify the#[Target]
attribute 2#19814
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bd00116
to8a61a6f
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
8a61a6f
toc1ab4a8
Compareservice_container/autowiring.rst Outdated
(like shown in the example above). | ||
bypassing the name of the argument used in the namedalias. Thanks to this, you're able | ||
to have multiple services implementingthe same interface and keep the argument name | ||
decorrelated of any implementation name(like shown in the example above). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
In addition, you'll get an exception in case you make any typo in the target name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Done
c1ab4a8
to2cad785
Compare2cad785
to81cc7f0
CompareThank you@HypeMC. |
35d808d
intosymfony:6.4Uh oh!
There was an error while loading.Please reload this page.
Follow-up to#19789, adds aparagraph about the
debug:autowiring
command.