Skip to content

Commit

Permalink
bug #57 SimpleChoiceEnum is supposed to be abstract (ogizanagi)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x-dev branch.

Discussion
----------

SimpleChoiceEnum is supposed to be abstract

Commits
-------

5cc627e SimpleChoiceEnum is supposed to be abstract
  • Loading branch information
ogizanagi committed Apr 19, 2018
2 parents 2863118 + 5cc627e commit b71ac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleChoiceEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* - implements {@link \Elao\Enum\ReadableEnumInterface} with default labels
* identical to enumerated values's constant name.
*/
class SimpleChoiceEnum extends ReadableEnum
abstract class SimpleChoiceEnum extends ReadableEnum
{
use AutoDiscoveredValuesTrait;
use ChoiceEnumTrait {
Expand Down

0 comments on commit b71ac30

Please sign in to comment.