Skip to content

Commit

Permalink
fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Hartmann authored and markstory committed Jun 4, 2016
1 parent 62ae2ba commit 476d417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/I18n/DateFormatTrait.php
Expand Up @@ -39,9 +39,9 @@ trait DateFormatTrait

/**
* The \DateTimeZone default output timezone used by Time and FrozenTime.
* See http://php.net/manual/en/timezones.php.
*
* @var \DateTimeZone|null
* @see http://php.net/manual/en/timezones.php
*/
protected static $_defaultOutputTimezone;

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/I18n/TimeTest.php
Expand Up @@ -581,8 +581,8 @@ public function testI18nFormatWithDefaultOutputTimezone($class)
* test formatting dates with offset style timezone
*
* @dataProvider classNameProvider
* @see https://github.com/facebook/hhvm/issues/3637
* @return void
* @see https://github.com/facebook/hhvm/issues/3637
*/
public function testI18nFormatWithOffsetTimezone($class)
{
Expand All @@ -609,8 +609,8 @@ public function testI18nFormatWithOffsetTimezone($class)
* test formatting dates with offset style timezone and defaultOutputTimezone
*
* @dataProvider classNameProvider
* @see https://github.com/facebook/hhvm/issues/3637
* @return void
* @see https://github.com/facebook/hhvm/issues/3637
*/
public function testI18nFormatWithOffsetTimezoneWithDefaultOutputTimezone($class)
{
Expand Down

0 comments on commit 476d417

Please sign in to comment.