summaryrefslogtreecommitdiffstats
path: root/core/Command/Preview
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-12-19 15:06:48 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-01-20 11:22:09 +0100
commit90b955b1e9589331ca5c0c9945cb23c3068a0412 (patch)
tree5e73883dd8101a21acbf6f2e76b548a78292a2cb /core/Command/Preview
parent2a5e18b67af256ec545ceece8ac49ca2133e764f (diff)
downloadnextcloud-server-90b955b1e9589331ca5c0c9945cb23c3068a0412.tar.gz
nextcloud-server-90b955b1e9589331ca5c0c9945cb23c3068a0412.zip
Attempt to fix errors in Repair command tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/Command/Preview')
-rw-r--r--core/Command/Preview/Repair.php2
1 files changed, 2 insertions, 0 deletions
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;