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 2, 2024
1 parent 0397982 commit ea795e4
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 ea795e4

Please sign in to comment.