Skip to content

Commit

Permalink
fix: static method for enum
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Oct 30, 2021
1 parent 5c5c7b2 commit 6a20b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/ErrorCodeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @method static ErrorCodeEnum UNAUTHENTICATED()
* @method static ErrorCodeEnum ERROR()
* @method static ErrorCodeEnum INVALID_ACCOUNT()
* @method static ErrorCodeEnum SYSTEM_EXCEPTION()
* @psalm-immutable
*/
final class ErrorCodeEnum extends \MyCLabs\Enum\Enum
Expand Down

0 comments on commit 6a20b70

Please sign in to comment.