Skip to content

Commit b38cc08

Browse files
committed
refactor: Resolve PHPStan issues from Rfc3339
1 parent 9674f61 commit b38cc08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonSchema/Rfc3339.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public static function createFromString($input): ?\DateTime
5252
if ($mutable === false) {
5353
throw new \RuntimeException('Unable to create DateTime from DateTimeImmutable');
5454
}
55+
5556
$mutable->setTimezone($dateTime->getTimezone());
5657

5758
return $mutable;

0 commit comments

Comments
 (0)