We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba19c commit acca013Copy full SHA for acca013
src/SapDateTime.php
@@ -87,11 +87,6 @@ public static function createFromFormat(
87
if ($format === static::SAP_WEEK) {
88
return static::createFromSapWeek($time, $timezone);
89
}
90
- if ($timezone === null) {
91
- return parent::createFromFormat($format, $time);
92
- }
93
- //@codeCoverageIgnoreStart
94
return parent::createFromFormat($format, $time, $timezone);
95
- //@codeCoverageIgnoreEnd
96
97
0 commit comments