Skip to content

Commit

Permalink
Merge pull request #1024 from cakephp/chore/enum-parser
Browse files Browse the repository at this point in the history
Change enum to class.
  • Loading branch information
othercorey authored Dec 24, 2024
2 parents 8673a0d + c260397 commit e94334b
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 e94334b

Please sign in to comment.