Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo authored and github-actions[bot] committed Jul 31, 2024
1 parent 4d5e9bc commit d25c8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/SkeletonClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace VendorName\Skeleton;

class SkeletonClass
{
}
class SkeletonClass {}
4 changes: 1 addition & 3 deletions tests/ExampleTestPhpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use PHPUnit\Framework\TestCase;

class ExampleTest extends TestCase
{
}
class ExampleTest extends TestCase {}

0 comments on commit d25c8b8

Please sign in to comment.