Skip to content

Commit

Permalink
minor #36504 [Routing] Remove unused properties from the Route annota…
Browse files Browse the repository at this point in the history
…tion (fancyweb)

This PR was merged into the 4.4 branch.

Discussion
----------

[Routing] Remove unused properties from the Route annotation

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

From what I see those properties are totally unused.

Commits
-------

9ac1c76 [Routing] Remove unused properties from the Route annotation
  • Loading branch information
fabpot committed Apr 21, 2020
2 parents 95becc4 + 9ac1c76 commit 2a92dd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Symfony/Component/Routing/Annotation/Route.php
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 2a92dd3

Please sign in to comment.