From 90b955b1e9589331ca5c0c9945cb23c3068a0412 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 19 Dec 2022 15:06:48 +0100 Subject: Attempt to fix errors in Repair command tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- core/Command/Preview/Repair.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Command/Preview/Repair.php b/core/Command/Preview/Repair.php index 650f80f99d0..0dbb471cce0 100644 --- a/core/Command/Preview/Repair.php +++ b/core/Command/Preview/Repair.php @@ -42,6 +42,8 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Question\ConfirmationQuestion; +use function pcntl_signal; + class Repair extends Command { protected IConfig $config; private IRootFolder $rootFolder; -- cgit v1.2.3