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
Jeroen-G authored and StyleCIBot committed Dec 16, 2019
1 parent 1aa08d1 commit 46e4cda
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Commands/CheckPackage.php
Expand Up @@ -3,8 +3,8 @@
namespace JeroenG\Packager\Commands;

use Illuminate\Console\Command;
use SensioLabs\Security\SecurityChecker;
use SensioLabs\Security\Formatters\SimpleFormatter;
use SensioLabs\Security\SecurityChecker;

/**
* List all locally installed packages.
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/DisablePackage.php
Expand Up @@ -2,10 +2,10 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* remove an existing package.
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/EnablePackage.php
Expand Up @@ -2,10 +2,10 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* Enable an existing package.
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/GetPackage.php
Expand Up @@ -2,10 +2,10 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* Get an existing package from a remote git repository.
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/GitPackage.php
Expand Up @@ -2,11 +2,11 @@

namespace JeroenG\Packager\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Str;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* Get an existing package from a remote git repository with its VCS.
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/NewPackage.php
Expand Up @@ -2,10 +2,10 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* Create a brand new package.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/PublishPackage.php
Expand Up @@ -2,8 +2,8 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/RemovePackage.php
Expand Up @@ -2,10 +2,10 @@

namespace JeroenG\Packager\Commands;

use JeroenG\Packager\Conveyor;
use JeroenG\Packager\Wrapping;
use Illuminate\Console\Command;
use JeroenG\Packager\Conveyor;
use JeroenG\Packager\ProgressBar;
use JeroenG\Packager\Wrapping;

/**
* remove an existing package.
Expand Down
2 changes: 1 addition & 1 deletion src/Conveyor.php
Expand Up @@ -2,8 +2,8 @@

namespace JeroenG\Packager;

use RuntimeException;
use Illuminate\Support\Str;
use RuntimeException;

class Conveyor
{
Expand Down
4 changes: 2 additions & 2 deletions src/FileHandler.php
Expand Up @@ -2,9 +2,9 @@

namespace JeroenG\Packager;

use ZipArchive;
use RuntimeException;
use GuzzleHttp\Client;
use RuntimeException;
use ZipArchive;

trait FileHandler
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestHelper.php
Expand Up @@ -2,9 +2,9 @@

namespace JeroenG\Packager\Tests;

use Illuminate\Contracts\Console\Kernel;
use Illuminate\Filesystem\Filesystem;
use Symfony\Component\Process\Process;
use Illuminate\Contracts\Console\Kernel;

trait TestHelper
{
Expand Down

0 comments on commit 46e4cda

Please sign in to comment.