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

Commit 613fb31

Browse files
authored
Removed dump function
1 parent 7f478d0 commit 613fb31

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)