dbalabka / php-enumeration

Implementation of enumeration classes in PHP. The better alternative for enums
MIT License
53 stars 4 forks source link

Code cleanup #6

Closed dbalabka closed 5 years ago

dbalabka commented 5 years ago

Rename namespace. Fix PHP version checks. Remove the possibility to use custom static properties. Make Enumeration class API stricter.