Skip to content

Commit

Permalink
Merge pull request #101 from roxblnfk/hotfix/issue-60
Browse files Browse the repository at this point in the history
Optimize JSON encoding
  • Loading branch information
butschster committed Dec 1, 2023
2 parents cae436c + 01e256d commit 1e1e00e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function process(string $controller, string $action, array $parameters, C
\json_encode([
'event' => $event->getEventName(),
'data' => $event->jsonSerialize(),
])
], JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE | JSON_INVALID_UTF8_SUBSTITUTE)
);
}

Expand Down

0 comments on commit 1e1e00e

Please sign in to comment.