From ad7a9d55665e9dac65726a4282451b83b0f8ac77 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 Mar 2020 10:52:45 +0100 Subject: change setUp method signature to match parent --- tests/Unit/Notification/NotifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit/Notification') 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(); -- cgit v1.2.3