Fix tests and CS

This commit is contained in:
Barry vd. Heuvel
2024-02-07 21:44:48 +01:00
parent 16548fc878
commit 2535f8e6ab
5 changed files with 19 additions and 16 deletions
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenerateBasicPhpDocWithEnumDefaults\Enums;
enum PostStatus
@@ -9,4 +11,4 @@ enum PostStatus
case Unpublished;
case Archived;
}
}