Skip to content

Commit 7aeef01

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: [Serializer] Xml encoder throws exception for valid data [Form] Hardened form type tests fixed CS
2 parents 0bae14e + aa4be25 commit 7aeef01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DateFormatter/DateFormat/TimeZoneTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ public static function getEtcTimeZoneId($formattedTimeZone)
9696
return 'Etc/GMT'.($hours !== 0 ? $signal.$hours : '');
9797
}
9898

99-
throw new \InvalidArgumentException(sprintf("The GMT time zone '%s' does not match with the supported formats GMT[+-]HH:MM or GMT[+-]HHMM.", $formattedTimeZone));
99+
throw new \InvalidArgumentException(sprintf('The GMT time zone "%s" does not match with the supported formats GMT[+-]HH:MM or GMT[+-]HHMM.', $formattedTimeZone));
100100
}
101101
}

0 commit comments

Comments
 (0)