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 166459b commit dd15167
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use KevinGH\Box\Compactor\PhpScoper;
use KevinGH\Box\Compactor\Placeholder;
use KevinGH\Box\Phar\CompressionAlgorithm;
use KevinGH\Box\Pharaoh\SafePhar;
use KevinGH\Box\Phar\SafePhar;
use KevinGH\Box\PhpScoper\NullScoper;
use KevinGH\Box\PhpScoper\Scoper;
use Phar;
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Fidry\Console\Input\IO;
use KevinGH\Box\Console\PharInfoRenderer;
use KevinGH\Box\Phar\CompressionAlgorithm;
use KevinGH\Box\Pharaoh\SafePhar;
use KevinGH\Box\Phar\SafePhar;
use KevinGH\Box\PharInfo\PharDiff;
use PharFileInfo;
use Symfony\Component\Console\Input\InputArgument;
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Fidry\Console\ExitCode;
use Fidry\Console\Input\IO;
use KevinGH\Box\Console\PharInfoRenderer;
use KevinGH\Box\Pharaoh\SafePhar;
use KevinGH\Box\Phar\SafePhar;
use Phar;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/Verify.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Fidry\Console\Command\Configuration;
use Fidry\Console\ExitCode;
use Fidry\Console\Input\IO;
use KevinGH\Box\Pharaoh\SafePhar;
use KevinGH\Box\Phar\SafePhar;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Filesystem\Path;
use Throwable;
Expand Down
2 changes: 1 addition & 1 deletion src/Console/PharInfoRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Fidry\Console\Input\IO;
use KevinGH\Box\NotInstantiable;
use KevinGH\Box\Phar\CompressionAlgorithm;
use KevinGH\Box\Pharaoh\SafePhar;
use KevinGH\Box\Phar\SafePhar;
use SplFileInfo;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Path;
Expand Down
2 changes: 1 addition & 1 deletion src/Phar/PharDiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

namespace KevinGH\Box\PharInfo;

use KevinGH\Box\Phar\SafePhar;
use KevinGH\Box\Pharaoh\PharDiff as ParagoniePharDiff;
use KevinGH\Box\Pharaoh\SafePhar;
use SplFileInfo;
use Symfony\Component\Finder\Finder;
use Symfony\Component\Process\Process;
Expand Down
2 changes: 1 addition & 1 deletion src/Pharaoh/PharDiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* SOFTWARE.
*/

namespace KevinGH\Box\Phar;
namespace KevinGH\Box\Pharaoh;

use KevinGH\Box\PharInfo\IncompariblePhars;
use ParagonIE\ConstantTime\Hex;
Expand Down

0 comments on commit dd15167

Please sign in to comment.