| Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/fixtures/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/fixtures/Suit.php |
<?php declare(strict_types=1);
enum Suit {
case Hearts;
case Diamonds;
case Clubs;
case Spades;
}