Skip to content

Commit e1f3afa

Browse files
committed
fix cs
1 parent fb460d3 commit e1f3afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Requests/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(EventDataInterface $eventData)
1919

2020
public function jsonSerialize(): array
2121
{
22-
return (array) $this->eventData->jsonSerialize();
22+
return $this->eventData->jsonSerialize();
2323
}
2424

2525
public function getEventType(): string

0 commit comments

Comments
 (0)