Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -96,7 +96,7 @@ class ScheduledMessageEasyEmailSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
ScheduledMessageEvents::SEND_MESSAGE => ['onSendMessage'],
];
Loading