Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Oct 8, 2023
1 parent 5a8bfcf commit 166459b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Command/Extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
use Fidry\Console\ExitCode;
use Fidry\Console\Input\IO;
use Fidry\FileSystem\FS;
use KevinGH\Box\Phar\InvalidPhar;
use KevinGH\Box\Phar\PharFactory;
use KevinGH\Box\Phar\PharMeta;
use KevinGH\Box\Pharaoh\InvalidPhar;
use ParagonIE\ConstantTime\Hex;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
Expand Down
1 change: 0 additions & 1 deletion src/Phar/PharFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace KevinGH\Box\Phar;

use KevinGH\Box\Pharaoh\InvalidPhar;
use Phar;
use PharData;
use Symfony\Component\Filesystem\Path;
Expand Down

0 comments on commit 166459b

Please sign in to comment.