Commit b491d2d
committed
bug symfony#6884 service_container : fix php Definition instance (ReDnAxE)
This PR was merged into the 2.7 branch.
Discussion
----------
service_container : fix php Definition instance
Nothing really important ^^, just according YAML format with PHP format.
I have a question but I don't know where I can ask ^^ :
The doc says that $container->register is a shortcut of definition method [("shortcut for the previous method")](http://symfony.com/doc/current/service_container/definitions.html#getting-and-setting-service-definitions).
But for me definition method is not the same as directly register service in containerBuidler.
Is there a place where I can post my questions ?
EDIT: I think this is not a justified PR, if so, sorry for the time spent
Commits
-------
20590f5 service_container : fix php Definition instance1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments