odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

Fix interfaces and add missing IODataResponse

Open Involture opened this issue 2 years ago • 1 comments

Intends to Fix #83

I am not sure about the point of the interfaces. phpDoc comments were clearly wrong about the return type of some functions. I replaced IODataRequest with a new interface IODataResponse

If this is not what was envisioned, Im happy to modify the PR and help correct doc blocks and interfaces

Involture avatar Apr 11 '23 15:04 Involture

@Involture this looks good. I think we just need to change ODataResponse by adding implements IODataResponse.

Can you add that and I'll merge?

anderly avatar Sep 07 '23 05:09 anderly