diff --git a/src/Mailgun.php b/src/Mailgun.php index ae12b7a..0320abe 100644 --- a/src/Mailgun.php +++ b/src/Mailgun.php @@ -74,10 +74,7 @@ class Mailgun return new self($httpClientConfigurator); } - /** - * @return ResponseInterface|null - */ - public function getLastResponse() + public function getLastResponse(): ?ResponseInterface { return $this->responseHistory->getLastResponse(); }