Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Unit/Scheduler/TimetableTest.php')
-rw-r--r--tests/PHPUnit/Unit/Scheduler/TimetableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/Scheduler/TimetableTest.php b/tests/PHPUnit/Unit/Scheduler/TimetableTest.php
index 853339671d..63b769a0ea 100644
--- a/tests/PHPUnit/Unit/Scheduler/TimetableTest.php
+++ b/tests/PHPUnit/Unit/Scheduler/TimetableTest.php
@@ -25,7 +25,7 @@ class TimetableTest extends \PHPUnit\Framework\TestCase
'PrivacyManager.deleteReportData_1' => 1322229607,
);
- public function tearDown()
+ public function tearDown(): void
{
self::resetPiwikOption();
}