diff --git a/src/Console/PharInfoRenderer.php b/src/Console/PharInfoRenderer.php index b62eca244..20fd9691a 100644 --- a/src/Console/PharInfoRenderer.php +++ b/src/Console/PharInfoRenderer.php @@ -25,7 +25,7 @@ use function key; use function round; use function Safe\filesize; -use function Safe\sprintf; +use function sprintf; /** * Utility to write to the console output various PHAR related pieces of information.