Skip to content

Commit 3e161fc

Browse files
committed
wip
1 parent 3a01607 commit 3e161fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TestCase extends OrchestraTestCase
1212
{
13-
protected function setUp()
13+
protected function setUp(): void
1414
{
1515
parent::setUp();
1616

tests/ViewModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ViewModelTest extends TestCase
1010
/** @var \Spatie\ViewModels\ViewModel */
1111
protected $viewModel;
1212

13-
protected function setUp()
13+
protected function setUp(): void
1414
{
1515
parent::setUp();
1616

0 commit comments

Comments
 (0)