alcohol / iso3166

A PHP library providing ISO 3166-1 data.
https://iso3166.thephpleague.com
MIT License
649 stars 60 forks source link

BC Break: make classes final #24

Closed alcohol closed 8 years ago

nyamsprod commented 8 years ago

@alcohol just for information why are you making the classes final ? what is the reasoning behind this decision ?

alcohol commented 8 years ago

Because these classes should not be extended.