spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Using is_countable to avoid count with null #318

Closed peter279k closed 1 year ago

peter279k commented 1 year ago

Changed log

freekmurze commented 1 year ago

This function isn't available in PHP 7, which this package still supports.

peter279k commented 1 year ago

The feature is available since the PHP 7.3 version is released.

Please look at the reference.

freekmurze commented 1 year ago

You're right! I learned something 🙂

But I still am going to hold off on this as the current code is clear and safe enough.