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

Remove final keyword from private methods #151

Closed PetrHeinz closed 2 years ago

PetrHeinz commented 2 years ago

This throws PHP Warning: Private methods cannot be final as they are never overridden by other classes in PHP 8.0

PetrHeinz commented 2 years ago

@marc-mabe: Can we please get this into 3.x and release as 3.1.2? It would help me to avoid annoying warnings :slightly_smiling_face:

marc-mabe commented 2 years ago

closed in favor of #153 and released in 3.2.0