muxinc / mux-php

Official Mux API wrapper for PHP projects, supporting both Mux Data and Mux Video.
MIT License
40 stars 30 forks source link

Fix PlaybackRestrictionsApi [] #52

Closed JorisvanW closed 2 years ago

JorisvanW commented 2 years ago

Fix the PlaybackRestrictionsApi.php listPlaybackRestrictionsWithHttpInfo() function as '\MuxPhp\Models\PlaybackRestriction[]' is not a valid array response.

(and consistent with the other Api classes.)

philcluff commented 2 years ago

Hi @JorisvanW, thanks for this contribution, we have the fix for this coming out in our automated pipeline in the coming few days.

Thanks!