We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a01607 commit 3e161fcCopy full SHA for 3e161fc
tests/TestCase.php
@@ -10,7 +10,7 @@
10
11
class TestCase extends OrchestraTestCase
12
{
13
- protected function setUp()
+ protected function setUp(): void
14
15
parent::setUp();
16
tests/ViewModelTest.php
@@ -10,7 +10,7 @@ class ViewModelTest extends TestCase
/** @var \Spatie\ViewModels\ViewModel */
protected $viewModel;
0 commit comments