Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-02-13 21:45:47 +00:00
committed by StyleCI Bot
parent 33ad09f488
commit 987bed7a7b
106 changed files with 2349 additions and 2638 deletions
@@ -3,8 +3,6 @@
namespace Tests\Unit\Console\Commands;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
/**
* @see \App\Console\Commands\ClearCache
@@ -25,4 +23,3 @@ class ClearCacheTest extends TestCase
// TODO: perform additional assertions to ensure the command behaved as expected
}
}