chore: code cleanup with rector and php-cs-fixer

This commit is contained in:
Björn Fromme
2026-05-04 17:20:01 +02:00
parent d211425ff2
commit 1fa8f88a6d
38 changed files with 130 additions and 98 deletions
@@ -55,6 +55,7 @@ final class MailjetNewsletterWebhookController extends AbstractController
* into a list before dispatching.
*
* @param array<int|string, mixed> $payload
*
* @return list<array<string, mixed>>
*/
private function normalizeEvents(array $payload): array