Added return types

This commit is contained in:
Tobias Nyholm 2019-04-19 08:56:41 +02:00 committed by David Garcia
parent c3ea40c94e
commit f30985c925

View File

@ -74,10 +74,7 @@ class Mailgun
return new self($httpClientConfigurator); return new self($httpClientConfigurator);
} }
/** public function getLastResponse(): ?ResponseInterface
* @return ResponseInterface|null
*/
public function getLastResponse()
{ {
return $this->responseHistory->getLastResponse(); return $this->responseHistory->getLastResponse();
} }