Commit a4796b8
committed
minor #9701 Fix factory-service new syntax (lex111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9701).
Discussion
----------
Fix factory-service new syntax
As I understand, this applies to all versions, not just 4.0. At least, the factory does not work for me, if I use only one `:`
https://github.com/symfony/dependency-injection/blob/e237279af4735c1566a62853c65de12b3266f0ef/Definition.php#L106-L108
Commits
-------
475cdc7 Fix factory-service new syntax1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments