AzuraCast / php-api-client

An API client library for the AzuraCast API
Apache License 2.0
27 stars 16 forks source link

Allow comments and password to be null #17

Closed MagiskSec closed 4 years ago

MagiskSec commented 4 years ago

Fixes #15 Allow comments and password to be null as the API may not always pass these parameters back as a string and can cause error.

Vaalyn commented 4 years ago

Have included this fix in #21 and added the missing changes to the getters and docblocks.