Skip to content

Commit

Permalink
Change enum to class.
Browse files Browse the repository at this point in the history
EnumParser is a utility class not an enum, it doesn't have any cases.
  • Loading branch information
ADmad committed Dec 24, 2024
1 parent 8673a0d commit c260397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Model/EnumParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use InvalidArgumentException;

enum EnumParser
class EnumParser
{
/**
* @param string|null $casesString
Expand Down

0 comments on commit c260397

Please sign in to comment.