-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[DependencyInjection][Improve] Constant YAML with expression language] #7520
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
[DependencyInjection][Improve] Constant YAML with expression language] #7520
Conversation
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.
👍
Status: reviewed
Note to mergers: to be merged only in 2.7 and 2.8; not in 3.x branches. |
We have an error on build: ...
writing output... [100%] validation/translations
Warning, treated as error:
/home/travis/build/symfony/symfony-docs/service_container/parameters.rst:254: WARNING: unknown document: Expression Language component /components/expression_language What I do not reproduce locally cd _build && make html
...
writing output... [100%] service_container/parameters
generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded. An idea ? |
@20uf yes! I made a mistake when writing the link to the document. See that the |
Thank you @javiereguiluz |
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.
Great addition, thanks!
…ion language] (20uf, javiereguiluz) This PR was merged into the 2.7 branch. Discussion ---------- [DependencyInjection][Improve] Constant YAML with expression language] Hi, Continuation of the PR #7395 for the 2.7 branch. Regards, Commits ------- 1dc3913 Fixed the RST syntax 6d0de9d Minor rewords 79191bf [DependencyInjection][Improve] Constant YAML with expression language]
Thank you @20uf. |
Hi,
Continuation of the PR #7395 for the 2.7 branch.
Regards,