Skip to content

Commit

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

namespace VendorName\Skeleton;

class Skeleton
{
}
class Skeleton {}
6 changes: 2 additions & 4 deletions src/SkeletonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ public function configurePackage(Package $package): void
}
}

public function packageRegistered(): void
{
}
public function packageRegistered(): void {}

public function packageBooted(): void
{
Expand Down Expand Up @@ -88,7 +86,7 @@ public function packageBooted(): void
}

// Testing
Testable::mixin(new TestsSkeleton());
Testable::mixin(new TestsSkeleton);
}

protected function getAssetPackageName(): ?string
Expand Down

0 comments on commit 7af7a62

Please sign in to comment.