From 0fc775aca4d925526f06b2a77f23ccbe316da972 Mon Sep 17 00:00:00 2001 From: Attila Fulop Date: Sun, 24 Nov 2019 16:12:26 +0100 Subject: [PATCH] CS fix --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 43370b9..fe50a82 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -20,7 +20,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase { protected $capsule; - public function setUp(): void + protected function setUp(): void { parent::setUp();