Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

@@ -42,7 +42,7 @@ class SendgridIpPoolNameSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
SendgridEvents::SEND => ['onSendgridSend'],
];
Loading