Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Add section about anonymous services in YAML#10041
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
javiereguiluz commentedJul 11, 2018
@codedmonkey thanks for this contribution ... and thanks for your patience to create all these pull requests related to this feature |
…aan)This PR was merged into the 3.4 branch.Discussion----------Add section about anonymous services in YAMLFixes#7694.This is a continuation of#9909 which added some information about anonymous services in XML to the docs, next will be a commit that describes configuring anonymous services in PHP for the `master` branch. For further information about the issue, see#5854.Commits-------8a83664 Add section about anonymous services in YAML
| arguments: | ||
| -!service | ||
| class:AppBundle\AnonymousBar | ||
| autowire:true |
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.
Is this needed given that the default for this file istrue too?
This PR was merged into the 3.4 branch.Discussion----------Remove redundant example configuration valueFixes a small issue that was pointed out by@xabbuh in#10041 (review)Commits-------594cf2c Remove redundant example configuration value
Fixes#7694.
This is a continuation of#9909 which added some information about anonymous services in XML to the docs, next will be a commit that describes configuring anonymous services in PHP for the
masterbranch. For further information about the issue, see#5854.