Skip to content

Commit

Permalink
[Routing] Remove unused properties from the Route annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Apr 20, 2020
1 parent 95becc4 commit 9ac1c76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Symfony/Component/Routing/Annotation/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ac1c76

Please sign in to comment.