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 'plugins/Marketplace/tests/Unit/ConsumerTest.php')
-rw-r--r--plugins/Marketplace/tests/Unit/ConsumerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/tests/Unit/ConsumerTest.php b/plugins/Marketplace/tests/Unit/ConsumerTest.php
index 52e9cd063e..3d4a9189f7 100644
--- a/plugins/Marketplace/tests/Unit/ConsumerTest.php
+++ b/plugins/Marketplace/tests/Unit/ConsumerTest.php
@@ -24,7 +24,7 @@ class ConsumerTest extends \PHPUnit\Framework\TestCase
*/
private $service;
- public function setUp()
+ public function setUp(): void
{
$this->service = new Service();
}