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

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

This commit is contained in:
Samuel Štancl 2022-02-20 21:59:43 +01:00
commit 9594edb630
2 changed files with 4 additions and 0 deletions

View file

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

View file

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