Skip to content

Commit

Permalink
Apply fixes from StyleCI (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Sep 19, 2019
1 parent a7a07bf commit d86b5bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Console/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
use Ahc\Cli\IO\Interactor;
use Ahc\Phint\Generator\CollisionHandler;
use Ahc\Phint\Generator\TwigGenerator;
use Ahc\Phint\Util\Composer;
use Ahc\Phint\Util\Git;
use Ahc\Phint\Util\Inflector;
use Ahc\Phint\Util\Path;

class InitCommand extends BaseCommand
{
Expand Down
1 change: 0 additions & 1 deletion src/Console/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use Ahc\Cli\IO\Interactor;
use Ahc\Phint\Generator\TwigGenerator;
use Ahc\Phint\Util\Composer;

class TestCommand extends BaseCommand
{
Expand Down
1 change: 0 additions & 1 deletion src/Console/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Ahc\Cli\Exception\RuntimeException;
use Ahc\Cli\Input\Command;
use Ahc\Phint\Util\Composer;
use Ahc\Phint\Util\Path;

/**
* Some ideas related to phar taken from `composer selfupdate`.
Expand Down

0 comments on commit d86b5bd

Please sign in to comment.