Skip to content

Commit ba3ad9b

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 596cd29 commit ba3ad9b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Skeleton.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
namespace VendorName\Skeleton;
44

5-
class Skeleton
6-
{
7-
}
5+
class Skeleton {}

src/SkeletonServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ public function configurePackage(Package $package): void
5858
}
5959
}
6060

61-
public function packageRegistered(): void
62-
{
63-
}
61+
public function packageRegistered(): void {}
6462

6563
public function packageBooted(): void
6664
{

0 commit comments

Comments
 (0)