mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

PHPDoc Type issue in Mailgun\Api\MailingList\Member #873

Closed gam04 closed 2 weeks ago

gam04 commented 10 months ago

The method createMultiple in Mailgun\Api\MailingList\Member has the return PHPDoc type as Mailgun\Model\MailingList\Member\UpdateResponse but it actually returns Mailgun\Model\MailingList\UpdateResponse (due to the Hydrator)

gam04 commented 10 months ago

The method createMultiple in Mailgun\Api\MailingList\Member has the return PHPDoc type as Mailgun\Model\MailingList\Member\UpdateResponse but it actually returns Mailgun\Model\MailingList\UpdateResponse (due to the Hydrator)

Sorry, maybe it's related to the PR-801

oleksandr-mykhailenko commented 2 weeks ago

Hello Php doc types were changed a lot since that time. So we are closing issue