Skip to content

Commit

Permalink
Fix code style (php-cs-fixer)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHP CS Fixer committed Feb 20, 2022
1 parent e651310 commit dbf0710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Names.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace ArchTech\Enums;

trait Names
Expand Down
2 changes: 2 additions & 0 deletions src/Values.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace ArchTech\Enums;

trait Values
Expand Down

0 comments on commit dbf0710

Please sign in to comment.