aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Encryption/DisableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Encryption/DisableTest.php')
-rw-r--r--tests/Core/Command/Encryption/DisableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Encryption/DisableTest.php b/tests/Core/Command/Encryption/DisableTest.php
index 77a690fe264..f9035a84788 100644
--- a/tests/Core/Command/Encryption/DisableTest.php
+++ b/tests/Core/Command/Encryption/DisableTest.php
@@ -39,7 +39,7 @@ class DisableTest extends TestCase {
/** @var \Symfony\Component\Console\Command\Command */
protected $command;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$config = $this->config = $this->getMockBuilder(IConfig::class)