summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Maintenance/DataFingerprintTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Maintenance/DataFingerprintTest.php')
-rw-r--r--tests/Core/Command/Maintenance/DataFingerprintTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Maintenance/DataFingerprintTest.php b/tests/Core/Command/Maintenance/DataFingerprintTest.php
index 90ffa50c012..5cc816627e6 100644
--- a/tests/Core/Command/Maintenance/DataFingerprintTest.php
+++ b/tests/Core/Command/Maintenance/DataFingerprintTest.php
@@ -41,7 +41,7 @@ class DataFingerprintTest extends TestCase {
/** @var \Symfony\Component\Console\Command\Command */
protected $command;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->config = $this->getMockBuilder(IConfig::class)->getMock();