-
Notifications
You must be signed in to change notification settings - Fork 319
Open
Description
The Mailgun documentation website has been restructured with new URLs so all the @see links given in the PHPDoc blocks are now broken.
For example;
/**
* @see https://documentation.mailgun.com/en/latest/api-sending.html#sending
* @param string $domain
* @param array $params
* @param array $requestHeaders
* @return SendResponse|ResponseInterface
* @throws ClientExceptionInterface
*/
public function send(string $domain, array $params, array $requestHeaders = [])
{
Should, I believe, now point to;
Metadata
Metadata
Assignees
Labels
No labels