Skip to content

Commit 798674b

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

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)