Open pnikolov opened 1 year ago
https://github.com/AleksandarDzh/card-game-basics/blob/24e3b571535f60f00630a39b82fa859aa6ce9fd1/CardGame_Basics/src/Deck.php#L13-L18
What do you think about using the Enum feature of PHP 8.1?
Enum
https://github.com/AleksandarDzh/card-game-basics/blob/24e3b571535f60f00630a39b82fa859aa6ce9fd1/CardGame_Basics/src/Deck.php#L13-L18
What do you think about using the
Enum
feature of PHP 8.1?