fennb / phirehose

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

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

Closed DevDavido closed 6 years ago

DevDavido commented 6 years ago

Seems similar issue like #115 and related to PHP 7.2. PHP < 7.2 works fine.

Exception trace:

  1   Illuminate\Foundation\Bootstrap\HandleExceptions::handleError("count(): Parameter must be an array or an object that implements Countable", "vendor/fennb/phirehose/lib/Phirehose.php")
      /vendor/fennb/phirehose/lib/Phirehose.php : 613

  2   Phirehose::connect()
      /vendor/fennb/phirehose/lib/Phirehose.php : 824
DevDavido commented 6 years ago

Fixed in #113 👍