fennb / phirehose

PHP interface to Twitter Streaming API
709 stars 189 forks source link

PHP 8 issue #128

Closed tonybyng closed 3 years ago

tonybyng commented 3 years ago

Fix PHP 8 issue for #127 - added a = [] to give the third parameter a default of an empty array. Had it running on my system this afternoon and it appears to be working. I thought I needed to reject if it was empty but that caused a problem so I removed that change and left it with just the empty array assignment