From dbac46a9ae11b5704f50fe7df99d678e7d45ac6a Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 26 Jul 2014 12:08:20 +0200 Subject: [PATCH] [Routing] simplify the XML schema file Conditions that are defined for certain routes are just simple strings. Thus, there is no need to use a dedicated element when xsd:string does the same. --- .../Routing/Loader/schema/routing/routing-1.0.xsd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd b/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd index 9ab969a41d..d40aa42212 100644 --- a/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd +++ b/src/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd @@ -29,7 +29,7 @@ - + @@ -62,9 +62,4 @@ - - - - -