From 97b7aa4f7dd1dfd79472a54ad809d4e1bf0056e4 Mon Sep 17 00:00:00 2001 From: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:24:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20The=20code=20style=20has=20been?= =?UTF-8?q?=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/TestCase.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index cfb05b6..5042227 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,7 +4,4 @@ use PHPUnit\Framework\TestCase as BaseTestCase; -abstract class TestCase extends BaseTestCase -{ - // -} +abstract class TestCase extends BaseTestCase {}