fennb / phirehose

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

count(): Parameter must be an array or an object that implements Countable #115

Closed subbe closed 3 years ago

subbe commented 6 years ago

throws this error on laravel 5.4 (php >= 7.0.0)

count(): Parameter must be an array or an object that implements Countable {"exception":"[object] (ErrorException(code: 0): count(): Parameter must be an array or an object that implements Countable at /vendor/fennb/phirehose/lib/Phirehose.php:609)

DevDavido commented 6 years ago

Fixed in #113