Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a92dd3

Browse filesBrowse files
committed
minor #36504 [Routing] Remove unused properties from the Route annotation (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
2 parents 95becc4 + 9ac1c76 commit 2a92dd3
Copy full SHA for 2a92dd3

File tree

1 file changed

+0
-3
lines changed
Filter options
  • src/Symfony/Component/Routing/Annotation

1 file changed

+0
-3
lines changed

‎src/Symfony/Component/Routing/Annotation/Route.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Annotation/Route.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class Route
3131
private $methods = [];
3232
private $schemes = [];
3333
private $condition;
34-
private $locale;
35-
private $format;
36-
private $utf8;
3734

3835
/**
3936
* @param array $data An array of key/value parameters

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.