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

Code style

This commit is contained in:
Samuel Štancl 2022-03-29 20:05:47 +02:00
parent 7b0871db00
commit ead6bda52f
5 changed files with 17 additions and 6 deletions

View file

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