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

Inherited enumerations should be different #47

Closed marc-mabe closed 9 years ago

marc-mabe commented 9 years ago

Inherited enumeration types should be handled as different enumeration types.

@see #36