Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit c8c29f2

Browse files
authored
Merge pull request #6 from hellofresh/hotfix/remove-dump
Removed dump function
2 parents 7f478d0 + 613fb31 commit c8c29f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Serializer/Type/DateTimeImmutableHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function deserializeDateTimeImmutableFromJson(JsonDeserializationVisitor
8282

8383
private function parseDateTime($data, array $type)
8484
{
85-
dump($data);
8685
$timezone = isset($type['params'][1]) ? new \DateTimeZone($type['params'][1]) : $this->defaultTimezone;
8786
$format = $this->getFormat($type);
8887
$datetime = \DateTimeImmutable::createFromFormat($format, (string)$data, $timezone);

0 commit comments

Comments
 (0)