mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
Remove redundant annotation
This commit is contained in:
parent
51b8c36521
commit
82b1a23fc9
1 changed files with 0 additions and 6 deletions
|
@ -85,17 +85,11 @@ final class ValidateResponse implements ApiResponse
|
|||
return $this->reason;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
public function getResult(): ?string
|
||||
{
|
||||
return $this->result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
public function getRisk(): ?string
|
||||
{
|
||||
return $this->risk;
|
||||
|
|
Loading…
Add table
Reference in a new issue