mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-03 13:13:37 +03:00
Added return types
This commit is contained in:
parent
c3ea40c94e
commit
f30985c925
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue