mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Remove redundant annotation
This commit is contained in:
parent
51b8c36521
commit
82b1a23fc9
@ -85,17 +85,11 @@ final class ValidateResponse implements ApiResponse
|
|||||||
return $this->reason;
|
return $this->reason;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return string|null
|
|
||||||
*/
|
|
||||||
public function getResult(): ?string
|
public function getResult(): ?string
|
||||||
{
|
{
|
||||||
return $this->result;
|
return $this->result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return string|null
|
|
||||||
*/
|
|
||||||
public function getRisk(): ?string
|
public function getRisk(): ?string
|
||||||
{
|
{
|
||||||
return $this->risk;
|
return $this->risk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user