sunspikes / php-ratelimiter

A framework independent rate limiter for PHP
MIT License
66 stars 12 forks source link

Fix PHP8 return type incompatibility #17

Closed plotbox-io closed 7 months ago

plotbox-io commented 1 year 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.

sunspikes commented 7 months ago

Thank you!

sebclick commented 7 months ago

Hello,

Thanks for the fix and the merge.

@sunspikes Is it planned a new release to integrate this modifications ?

Thanks