From e6200c346a4ed842c4de915270a5885cce031789 Mon Sep 17 00:00:00 2001 From: distinctm Date: Fri, 23 Aug 2019 09:45:52 -0400 Subject: [PATCH] Implements void return types for PHPUnit --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index e2a6b04..b7c9964 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -16,7 +16,7 @@ class TestCase extends \Orchestra\Testbench\TestCase ]); } - protected function setUp() + protected function setUp(): void { parent::setUp();