Skip to content

Commit

Permalink
pkp/pkp-lib#10636 update notifications on submission submit
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 11, 2024
1 parent 0522b5c commit 9523c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9523c56

Please sign in to comment.