Commit 6f3e0c4
committed
minor symfony#9519 Removed an internal detail about route placeholders (javiereguiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Removed an internal detail about route placeholders
I propose to remove this because it's an internal detail and it only adds "cognitive noise" to the reader. Symfony will show you fantastic error messages (see https://github.com/symfony/symfony/blob/ecb629a24599e9c1ec34f34dae5cfd1a0f7986b4/src/Symfony/Component/Routing/RouteCompiler.php#L131-L142) if you make any of these mistakes.
Commits
-------
6a8f67e Removed an internal detail about route placeholders1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | 469 | | |
474 | 470 | | |
475 | 471 | | |
| |||
0 commit comments