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 PHP deprecation warnings related to return types #56

Closed jaredsmith closed 2 years ago

jaredsmith commented 2 years ago

Modern versions of PHP allow functions to delcare a return type. This PR added those return types to the functions defined in gen/templates/model_generic.moustache to contain valid return types, and then regenerated the SDK based on the new template.

Signed-off-by: Jared Smith jsmith@mux.com