From 2b9639459f602918a07f4f94243523bac5c4b62e Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Sat, 22 Feb 2020 01:48:54 +0100 Subject: [PATCH] :construction_worker: Update styleci on test file --- tests/NotifyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/NotifyTest.php b/tests/NotifyTest.php index deb5a85..e7d4f65 100644 --- a/tests/NotifyTest.php +++ b/tests/NotifyTest.php @@ -9,7 +9,7 @@ class NotifyTest extends TestCase protected $notify; - public function setUp() : void + public function setUp(): void { $this->session = Mockery::spy('Mckenziearts\Notify\Storage\Session'); $this->notify = new LaravelNotify($this->session);