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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Notification/NotifierTest.php')
-rw-r--r--tests/Unit/Notification/NotifierTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Notification/NotifierTest.php b/tests/Unit/Notification/NotifierTest.php
index 84786d1..88d063b 100644
--- a/tests/Unit/Notification/NotifierTest.php
+++ b/tests/Unit/Notification/NotifierTest.php
@@ -55,7 +55,7 @@ class NotifierTest extends TestCase
/** @var Notifier|\PHPUnit_Framework_MockObject_MockObject */
protected $notifier;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();