From e343fc67ae06078596a374788417f941931e47ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Wed, 11 Oct 2023 20:28:26 +0200 Subject: [PATCH] fix --- tests/Console/Command/DiffTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Console/Command/DiffTest.php b/tests/Console/Command/DiffTest.php index 27cd323c5..ce795cf15 100644 --- a/tests/Console/Command/DiffTest.php +++ b/tests/Console/Command/DiffTest.php @@ -15,7 +15,6 @@ namespace KevinGH\Box\Console\Command; use Fidry\Console\Command\Command; -use Fidry\Console\DisplayNormalizer; use Fidry\Console\ExitCode; use InvalidArgumentException; use KevinGH\Box\Phar\DiffMode; @@ -25,8 +24,6 @@ use KevinGH\Box\Test\RequiresPharReadonlyOff; use Symfony\Component\Console\Output\OutputInterface; use function array_splice; -use function ob_get_clean; -use function Safe\ob_start; use function Safe\realpath; /**