Skip to content

Commit 7154906

Browse files
Merge branch '4.3' into 4.4
* 4.3: Adopt `@PHPUnit55Migration:risky` rule of php-cs-fixer
2 parents ddc6682 + 798674b commit 7154906

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(string $matched, int $length): array
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)