Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 9, 2022
1 parent 80dda96 commit 10bf34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Event.php
Expand Up @@ -321,7 +321,8 @@ public function toArray()
*
* @return array
*/
public function jsonSerialize(): array {
public function jsonSerialize(): array
{
return $this->data;
}
}

0 comments on commit 10bf34d

Please sign in to comment.