Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
DarkaOnLine authored and StyleCIBot committed Jan 9, 2017
1 parent 58d17b8 commit c24e517
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 Illuminate\Console\Command;
use L5Swagger\Generator;
use Illuminate\Console\Command;

class GenerateDocsCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace L5Swagger;

use Config;
use File;
use Config;

class Generator
{
Expand Down
4 changes: 2 additions & 2 deletions src/L5SwaggerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace L5Swagger;

use L5Swagger\Console\PublishCommand;
use Illuminate\Support\ServiceProvider;
use L5Swagger\Console\GenerateDocsCommand;
use L5Swagger\Console\PublishViewsCommand;
use L5Swagger\Console\PublishAssetsCommand;
use L5Swagger\Console\PublishCommand;
use L5Swagger\Console\PublishConfigCommand;
use L5Swagger\Console\PublishViewsCommand;

class L5SwaggerServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit c24e517

Please sign in to comment.