From ed883c40908ccb1abfe49549d484a802327579e7 Mon Sep 17 00:00:00 2001 From: bglamer Date: Thu, 15 Jan 2015 21:49:53 +0200 Subject: [PATCH] Update routing.rst The first code type of "requirements of route conditions" is marked as PHP but it is annotations. --- book/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/routing.rst b/book/routing.rst index 8e1887a5290..a4055c28069 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -644,7 +644,7 @@ be added for each parameter. For example: .. configuration-block:: - .. code-block:: php + .. code-block:: php-annotations // src/AppBundle/Controller/BlogController.php