ZF2-470: [RestClient] Rest client extends an unavailable Abstract class
Description
RestClient implement an older class (Zend\Service\AbstractService) removed from the main zf2 repository (since commit <https://github.com/zendframework/zf2/…>). Didn't found the related compoment Zend\Service in zf2 (removed, u remember? :p) or in zendframework repositories.
AbstractService for RestClient is not really a mandatory abstract class but, I'm not really sure. I think that the good path is to have one ;)
Comments
Posted by Maks 3w (maks3w) on 2012-08-18T08:52:33.000+0000
Created PR https://github.com/zendframework/ZendRest/pull/3
Posted by Romain DARY (iam_merlin) on 2012-08-18T14:08:30.000+0000
I added comment to the pull request : https://github.com/Maks3w/ZendRest/…
Posted by John Kelly (postalservice14) on 2012-08-20T15:41:36.000+0000
Looks like this was pull into the master.