1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-14 15:04:03 +00:00

Merge branch 'master' of github.com:archtechx/enums

This commit is contained in:
Samuel Štancl 2022-02-20 21:53:51 +01:00
commit e65131079c

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace ArchTech\Enums; namespace ArchTech\Enums;
trait Options trait Options