bandwidth-throttle / token-bucket

Implementation of the Token Bucket algorithm in PHP.
Do What The F*ck You Want To Public License
503 stars 77 forks source link

Disallow inheritance #14

Closed malkusch closed 6 years ago

malkusch commented 6 years ago

I didn't declare classes as final and people do at least think about inheriting. I don't support that, as I had inheritance never in mind while designing those classes.

This is a breaking change and will require a major version bump.

See also: #13