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/Archive/ChunkTest.php')
-rw-r--r--tests/PHPUnit/Unit/Archive/ChunkTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/Archive/ChunkTest.php b/tests/PHPUnit/Unit/Archive/ChunkTest.php
index 12ddeb1a6d..c755ac2674 100644
--- a/tests/PHPUnit/Unit/Archive/ChunkTest.php
+++ b/tests/PHPUnit/Unit/Archive/ChunkTest.php
@@ -23,7 +23,7 @@ class ChunkTest extends \PHPUnit\Framework\TestCase
private $recordName = 'Actions_ActionsUrl';
- public function setUp()
+ public function setUp(): void
{
$this->chunk = new Chunk();
}