Skip to content

Commit

Permalink
Make event response nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Richtermeister committed Oct 1, 2017
1 parent 398ea17 commit 985d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/PreAuthEvent.php
Expand Up @@ -38,7 +38,7 @@ public function getShop(): string
/**
* @return Response
*/
public function getResponse(): Response
public function getResponse(): ?Response
{
return $this->response;
}
Expand Down

0 comments on commit 985d918

Please sign in to comment.