aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Diagnostics/QueryLoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Diagnostics/QueryLoggerTest.php')
-rw-r--r--tests/lib/Diagnostics/QueryLoggerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Diagnostics/QueryLoggerTest.php b/tests/lib/Diagnostics/QueryLoggerTest.php
index 99de60ed8e4..32c17064f1c 100644
--- a/tests/lib/Diagnostics/QueryLoggerTest.php
+++ b/tests/lib/Diagnostics/QueryLoggerTest.php
@@ -29,7 +29,7 @@ class QueryLoggerTest extends TestCase {
/** @var \OC\Diagnostics\QueryLogger */
private $logger;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->logger = new QueryLogger();