From 690a2db0db6091139504f454c42fcdfb7a46f405 Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Fri, 5 Jun 2020 05:07:26 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 3055322..5ad7f23 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -7,14 +7,14 @@ class TestCase extends OrchestraTestCase { - public function setUp() :void + public function setUp(): void { parent::setUp(); $this->copyAssets(); } - public function tearDown() :void + public function tearDown(): void { if (file_exists($this->jsonDocsFile())) { unlink($this->jsonDocsFile());