Closed peter279k closed 1 year ago
This function isn't available in PHP 7, which this package still supports.
The feature is available since the PHP 7.3 version is released.
Please look at the reference.
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.
Changed log
is_countable
function to ensure passing non-null to thecount
function.