Skip to content

Commit 1e31bb1

Browse files
committed
remove optional redundant argument #6
1 parent 7beaca3 commit 1e31bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SapDateTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static function createFromFormat(
9595
if ($format === static::SAP_DATE) {
9696
$result = parent::createFromFormat($format, $datetime, $timezone);
9797
if ($result !== false) {
98-
$result->setTime(0, 0, 0);
98+
$result->setTime(0, 0);
9999
}
100100
return $result;
101101
}

0 commit comments

Comments
 (0)