marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

deprecated Enum::clear() #79

Closed marc-mabe closed 7 years ago

marc-mabe commented 7 years ago

This static method was only for testing and on the same time it broke singleton behavior is used somewhere else as in this library tests. This removed all unnecessary usagas of it and rewrote necessary usages with reflection. So this cind of internal method is no longer needed and can be removed.