Remove additional blank spaces

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

View File

@ -39,7 +39,7 @@ class EmailValidation extends HttpApi
* @see https://documentation.mailgun.com/en/latest/api-email-validation.html * @see https://documentation.mailgun.com/en/latest/api-email-validation.html
* @see https://www.mailgun.com/pricing * @see https://www.mailgun.com/pricing
* *
* @param string $address An email address to validate. Maximum: 512 characters. * @param string $address An email address to validate. Maximum: 512 characters.
* *
* @throws InvalidArgumentException Thrown when local validation returns an error * @throws InvalidArgumentException Thrown when local validation returns an error
* @throws HttpClientException Thrown when there's an error on Client side * @throws HttpClientException Thrown when there's an error on Client side