Skip to content

Commit

Permalink
👷 Update styleci on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Feb 22, 2020
1 parent ebaf296 commit 2b96394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NotifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2b96394

Please sign in to comment.