Skip to content

Commit 070eaa8

Browse files
committed
fixed CS
1 parent 96695eb commit 070eaa8

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
@@ -94,6 +94,6 @@ public static function getEtcTimeZoneId($formattedTimeZone)
9494
return 'Etc/GMT'.($hours !== 0 ? $signal.$hours : '');
9595
}
9696

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

0 commit comments

Comments
 (0)