Closed Leeo97one closed 5 years ago
I'm experimenting with generating one out of https://mdref.m6w6.name/http i.e. https://github.com/mdref/mdref-http.git
Here's a first result: https://gist.github.com/m6w6/49b10cf182d563b47dc1b28c7c1a2644
Thanks! I'll try it ASAP and possibly make a pull request on the JetBrains repo if it's OK.
Overall it looks good but the default value of optional parameter is missing from some functions.
For exemple: the $cb
parameter from the Client::enqueue
function or $request
from Client::getResponse
.
Thank you for the feedback, I'll look into that
Stub files are now available in the docs repo: https://github.com/mdref/ And can be downloaded from the docs website: http://mdref.m6w6.name/
Excellent, thanks!
I'm currently using the one provided by JetBrains but it lacks PHPDoc.
Where can I find a complete stub?