Skip to content

PHPDoc @see references are now broken #938

@kyojin007

Description

@kyojin007

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;

https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/messages/post-v3--domain-name--messages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions