From 9ac1c76fd52464af7b851c7fc34c6c34242ec90d Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Mon, 20 Apr 2020 16:41:27 +0200 Subject: [PATCH] [Routing] Remove unused properties from the Route annotation --- src/Symfony/Component/Routing/Annotation/Route.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Component/Routing/Annotation/Route.php b/src/Symfony/Component/Routing/Annotation/Route.php index 8183b6fc55e9..52b208c41b06 100644 --- a/src/Symfony/Component/Routing/Annotation/Route.php +++ b/src/Symfony/Component/Routing/Annotation/Route.php @@ -31,9 +31,6 @@ class Route private $methods = []; private $schemes = []; private $condition; - private $locale; - private $format; - private $utf8; /** * @param array $data An array of key/value parameters