Skip to content

Commit 65ae359

Browse files
committed
issue #3 remove timezone type \DateTimeZone
1 parent 0e7bfd6 commit 65ae359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SapDateTime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function createFromSapDate($sapDate, $timezone = null)
103103
public static function createFromFormat(
104104
$format,
105105
$time,
106-
\DateTimeZone $timezone = null
106+
$timezone = null
107107
) {
108108
if ($format === static::SAP_WEEK) {
109109
return static::createFromSapWeek($time, $timezone);

0 commit comments

Comments
 (0)