Skip to content

Commit

Permalink
make deprecated enum abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kurowski committed Jan 23, 2023
1 parent 26c35d5 commit 1d16104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Response/Food.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @method static Food MEAT()
* @method static Food VEGAN()
*/
class Food extends Enum
abstract class Food extends Enum
{
use AutoInstances;

Expand Down

0 comments on commit 1d16104

Please sign in to comment.