Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored and StyleCIBot committed Aug 21, 2020
1 parent eb5c20e commit 941ee5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/GenerateDocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace L5Swagger\Console;

use L5Swagger\Generator;
use Illuminate\Console\Command;
use L5Swagger\Generator;

class GenerateDocsCommand extends Command
{
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/SwaggerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace L5Swagger\Http\Controllers;

use File;
use Illuminate\Routing\Controller as BaseController;
use L5Swagger\Generator;
use Request;
use Response;
use L5Swagger\Generator;
use Illuminate\Routing\Controller as BaseController;

class SwaggerController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion tests/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests;

use L5Swagger\Generator;
use L5Swagger\Exceptions\L5SwaggerException;
use L5Swagger\Generator;

class GeneratorTest extends TestCase
{
Expand Down

0 comments on commit 941ee5d

Please sign in to comment.