dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Handle countable exception #23

Closed carpendisa closed 6 years ago

carpendisa commented 6 years ago

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/dusterio/laravel-plain-sqs/src/Sqs/Queue.php:65

@dusterio

briedis commented 5 years ago

~OK, I just encountered this randomly after updating to PHP 7.2.~

~What was the solution? Was this fixed in a later version?~

Edit: Yes, this is fixed in a newer version.