]> source.dussan.org Git - nextcloud-server.git/commitdiff
Attempt to fix errors in Repair command tests
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 19 Dec 2022 14:06:48 +0000 (15:06 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Fri, 20 Jan 2023 10:22:09 +0000 (11:22 +0100)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
core/Command/Preview/Repair.php

index 650f80f99d019552eb3a2520bbd24ee76430e691..0dbb471cce040dd4eaa5543385b84f489d995aa1 100644 (file)
@@ -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;