mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36: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 new self($httpClientConfigurator);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public function getLastResponse(): ?ResponseInterface
|
||||||
* @return ResponseInterface|null
|
|
||||||
*/
|
|
||||||
public function getLastResponse()
|
|
||||||
{
|
{
|
||||||
return $this->responseHistory->getLastResponse();
|
return $this->responseHistory->getLastResponse();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user