Skip to content

Commit abd0b7d

Browse files
Merge branch '2.7' into 2.8
* 2.7: Remove some unused variables, properties and methods [ExpressionLanguage] Fix parse error on 5.3 [HttpKernel] remove noisy frame in controller stack traces [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice Fix php doc in Table class bumped Symfony version to 2.7.40 updated VERSION for 2.7.39 update CONTRIBUTORS for 2.7.39 updated CHANGELOG for 2.7.39
2 parents 2549e9d + 58f29cc commit abd0b7d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Extension/Core/Type/TimezoneType.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ class TimezoneType extends AbstractType
2323
*/
2424
private static $timezones;
2525

26-
/**
27-
* Stores the available timezone choices.
28-
*
29-
* @var array
30-
*/
31-
private static $flippedTimezones;
32-
3326
/**
3427
* {@inheritdoc}
3528
*/

0 commit comments

Comments
 (0)