diff --git a/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php b/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php index b72f272ac67..5f9b6c388ab 100644 --- a/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php +++ b/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php @@ -24,7 +24,7 @@ class ApproveSubmissionNotificationManager extends PKPApproveSubmissionNotificat /** * @copydoc PKPNotificationOperationManager::getNotificationTitle() */ - public function getNotificationTitle(Notification $notification) + public function getNotificationTitle(Notification $notification): string { return match($notification->type) { Notification::NOTIFICATION_TYPE_APPROVE_SUBMISSION,