mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Fix tests and CS
This commit is contained in:
+3
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user