Remove redundant annotation

This commit is contained in:
David Garcia 2019-08-10 00:00:40 +01:00
parent 51b8c36521
commit 82b1a23fc9
No known key found for this signature in database
GPG Key ID: 5B833C2A14BD9A97

View File

@ -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;