Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Added some examples to the "services as parameters" section#3641
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 commentedMar 6, 2014
Q | A |
---|---|
Doc fix? | no |
New docs? | yes |
Applies to | 2.3+ |
Fixed tickets | no |
@@ -344,6 +344,16 @@ Start the string with ``@`` or ``@?`` to reference a service in YAML. | |||
* ``@?mailer`` references the ``mailer`` service. If the service does not | |||
exist, it will be ignored; | |||
.. code-block:: yaml | |||
# app/config/config.yml |
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.
-1 on using the file comments here. It's in the components section, talking about how to integrate the component standlone in your apps, it shouldn't be based on symfony se conventions
and it should not make any reference to Symfony
I love this - very easy win! |
…on (javiereguiluz)This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#3641).Discussion----------Added some examples to the "services as parameters" section| Q | A| ------------- | ---| Doc fix? | no| New docs? | yes| Applies to | 2.3+| Fixed tickets | noCommits-------745f3a6 Removed the file path comments because this doc is for the component and it should not make any reference to Symfony6abb310 Added some examples to the "services as parameters" section