diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index 7569605e7751d..137b12141f71d 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -41,8 +41,8 @@ use Symfony\Component\Console\Question\ConfirmationQuestion; class DecryptAll extends Command { - protected bool $wasTrashbinEnabled; - protected bool $wasMaintenanceModeEnabled; + protected bool $wasTrashbinEnabled = false; + protected bool $wasMaintenanceModeEnabled = false; public function __construct( protected IManager $encryptionManager,