Skip to content

Commit 6f3e0c4

Browse files
committed
minor #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 placeholders
2 parents 2310c38 + 6a8f67e commit 6f3e0c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ a slash. URLs matching this route might look like:
466466
Symfony provides you with a way to do this by leveraging service container
467467
parameters. Read more about this in ":doc:`/routing/service_container_parameters`".
468468

469-
.. caution::
470-
471-
A route placeholder name cannot start with a digit and cannot be longer than 32 characters.
472-
473469
Special Routing Parameters
474470
~~~~~~~~~~~~~~~~~~~~~~~~~~
475471

0 commit comments

Comments
 (0)