Skip to content

Commit 9c7364d

Browse files
mpociotStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0907ddf commit 9c7364d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
namespace Mpociot\ApiDoc\Generators;
44

55
use Faker\Factory;
6-
use League\Fractal\Manager;
7-
use League\Fractal\Resource\Collection;
8-
use League\Fractal\Resource\Item;
96
use ReflectionClass;
107
use Illuminate\Support\Arr;
118
use Illuminate\Support\Str;
9+
use League\Fractal\Manager;
1210
use Mpociot\Reflection\DocBlock;
11+
use League\Fractal\Resource\Item;
1312
use Mpociot\Reflection\DocBlock\Tag;
13+
use League\Fractal\Resource\Collection;
1414
use Illuminate\Support\Facades\Validator;
1515
use Illuminate\Foundation\Http\FormRequest;
1616
use Mpociot\ApiDoc\Parsers\RuleDescriptionParser as Description;

0 commit comments

Comments
 (0)