Skip to content

Commit 7af7a62

Browse files
awcodesgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 82a4700 commit 7af7a62

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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: 2 additions & 4 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
{
@@ -88,7 +86,7 @@ public function packageBooted(): void
8886
}
8987

9088
// Testing
91-
Testable::mixin(new TestsSkeleton());
89+
Testable::mixin(new TestsSkeleton);
9290
}
9391

9492
protected function getAssetPackageName(): ?string

0 commit comments

Comments
 (0)