Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 21, 2023
1 parent 6a09fd6 commit e34e515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phar/PharMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
use SplFileInfo;
use Symfony\Component\Filesystem\Path;
use UnexpectedValueException;
use function json_decode;
use function ksort;
use function Safe\json_decode;
use function Safe\json_encode;
use function Safe\realpath;
use function sprintf;
Expand Down

0 comments on commit e34e515

Please sign in to comment.