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 5, 2024
1 parent 1708174 commit 6aca607
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 6aca607

Please sign in to comment.