Skip to content

Commit 0f6df8b

Browse files
committed
refactor: Resolve PHPStan issues from Rfc3339
1 parent cc6e702 commit 0f6df8b

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)