mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-23 05:49:18 +08:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
c5aace6baf
commit
aa002007bf
@@ -5,12 +5,12 @@
|
||||
namespace Mpociot\ApiDoc\Tests\Unit;
|
||||
|
||||
use Illuminate\Support\Arr;
|
||||
use Orchestra\Testbench\TestCase;
|
||||
use Mpociot\ApiDoc\ApiDocGeneratorServiceProvider;
|
||||
use Mpociot\ApiDoc\Extracting\Generator;
|
||||
use Mpociot\ApiDoc\Tests\Fixtures\TestController;
|
||||
use Mpociot\ApiDoc\Tests\Fixtures\TestUser;
|
||||
use Mpociot\ApiDoc\Tools\DocumentationConfig;
|
||||
use Mpociot\ApiDoc\Tests\Fixtures\TestController;
|
||||
use Mpociot\ApiDoc\ApiDocGeneratorServiceProvider;
|
||||
use Orchestra\Testbench\TestCase;
|
||||
|
||||
abstract class GeneratorTestCase extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user