Commit 192a270
committed
minor #8908 [Form] use FormRenderer instead of TwigRenderer (dmaicher)
This PR was merged into the 3.4 branch.
Discussion
----------
[Form] use FormRenderer instead of TwigRenderer
Using deprecated `TwigRenderer` actually is not working correctly anymore as mentioned here symfony/symfony#24533 (comment).
This should also be merged into 4.0 and master as there the class has been removed completely.
Commits
-------
e86433d [Form] use FormRenderer instead of TwigRenderer1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments