Skip to content

Commit e10a91f

Browse files
Adopt @PHPUnit55Migration:risky rule of php-cs-fixer
1 parent c833d2b commit e10a91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DateFormatter/DateFormat/TimezoneTransformer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ public function extractDateOptions($matched, $length)
9292
*
9393
* @return string A timezone identifier
9494
*
95-
* @see http://php.net/manual/en/timezones.others.php
96-
* @see http://www.twinsun.com/tz/tz-link.htm
95+
* @see http://php.net/manual/en/timezones.others.php
96+
* @see http://www.twinsun.com/tz/tz-link.htm
9797
*
9898
* @throws NotImplementedException When the GMT time zone have minutes offset different than zero
9999
* @throws \InvalidArgumentException When the value can not be matched with pattern

0 commit comments

Comments
 (0)