Skip to content

Commit

Permalink
Attempt to fix errors in Repair command tests
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc authored and skjnldsv committed Dec 30, 2022
1 parent 1e0bd04 commit f6f0a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/Command/Preview/Repair.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
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;
Expand Down

0 comments on commit f6f0a78

Please sign in to comment.