jc21 / plex-api

PHP API for Plex Servers
Other
35 stars 8 forks source link

getToken will now return a boolean instead of abort() #7

Closed lhilton closed 6 years ago

lhilton commented 6 years ago

I had returned an abort(#) call by habit, which won't be supported outside of certain frameworks. I have replaced that with a boolean and clarified the dockblock.