Closed plotbox-io closed 7 months ago
This change fixes the fatal error when running this library on PHP >= 8.0 (since the more strict LSP rules). Simply have added the correct return types to the count() methods to resolve.
Thank you!
Hello,
Thanks for the fix and the merge.
@sunspikes Is it planned a new release to integrate this modifications ?
Thanks
This change fixes the fatal error when running this library on PHP >= 8.0 (since the more strict LSP rules). Simply have added the correct return types to the count() methods to resolve.