From d25c8b8190523eb479f417965a2298c092f7fd80 Mon Sep 17 00:00:00 2001 From: Claudio-Emmolo Date: Wed, 31 Jul 2024 14:35:45 +0000 Subject: [PATCH] Fix styling --- src/SkeletonClass.php | 4 +--- tests/ExampleTestPhpunit.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/SkeletonClass.php b/src/SkeletonClass.php index dcf362c..7e1e5b4 100755 --- a/src/SkeletonClass.php +++ b/src/SkeletonClass.php @@ -2,6 +2,4 @@ namespace VendorName\Skeleton; -class SkeletonClass -{ -} +class SkeletonClass {} diff --git a/tests/ExampleTestPhpunit.php b/tests/ExampleTestPhpunit.php index fa301e0..30853f0 100644 --- a/tests/ExampleTestPhpunit.php +++ b/tests/ExampleTestPhpunit.php @@ -4,6 +4,4 @@ use PHPUnit\Framework\TestCase; -class ExampleTest extends TestCase -{ -} +class ExampleTest extends TestCase {}