mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Added return types
This commit is contained in:
parent
c3ea40c94e
commit
f30985c925
@ -74,10 +74,7 @@ class Mailgun
|
||||
return new self($httpClientConfigurator);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ResponseInterface|null
|
||||
*/
|
||||
public function getLastResponse()
|
||||
public function getLastResponse(): ?ResponseInterface
|
||||
{
|
||||
return $this->responseHistory->getLastResponse();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user