From 6a8f67e4c36122792f32a1dd22241e771e5184ce Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 29 Mar 2018 17:14:15 +0200 Subject: [PATCH] Removed an internal detail about route placeholders --- routing.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/routing.rst b/routing.rst index 7ad7ebfe0e4..cf829385daf 100644 --- a/routing.rst +++ b/routing.rst @@ -466,10 +466,6 @@ a slash. URLs matching this route might look like: Symfony provides you with a way to do this by leveraging service container parameters. Read more about this in ":doc:`/routing/service_container_parameters`". -.. caution:: - - A route placeholder name cannot start with a digit and cannot be longer than 32 characters. - Special Routing Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~