Commit 119c3df
committed
minor #20443 [Routing] fix: remove quotes on routes (alexislefebvre)
This PR was merged into the 6.4 branch.
Discussion
----------
[Routing] fix: remove quotes on routes
On this section https://symfony.com/doc/6.4/routing.html#matching-http-methods and the next: `controller:` appears without and with quotes:
> 
I removed the quotes for consistency.
Commits
-------
a984be5 fix: remove quotes on routes1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments