Skip to content

Commit

Permalink
SUPESC-180: Fix return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-kotsuba committed Oct 9, 2020
1 parent 54915d8 commit 070ed8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function processNotification(
ComputopNotificationTransfer $computopNotificationTransfer
): ComputopNotificationTransfer {
return $this->getTransactionHandler()->handleTransaction(
function () use ($computopNotificationTransfer): void {
function () use ($computopNotificationTransfer): ComputopNotificationTransfer {
return $this->executeSaveComputopNotificationTransaction($computopNotificationTransfer);
}
);
Expand Down

0 comments on commit 070ed8c

Please sign in to comment.