Skip to content

Commit

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

final class LaravelShortcodePlus
{
public function __construct(protected string $content = '')
{
}
public function __construct(protected string $content = '') {}

public static function source(string $source): LaravelShortcodePlus
{
Expand Down
4 changes: 1 addition & 3 deletions src/LaravelShortcodePlusServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ public function configurePackage(Package $package): void
->hasMigration('create_laravel-shortcode-plus_table');
}

public function packageRegistered()
{
}
public function packageRegistered() {}

public function packageBooted(): void
{
Expand Down

0 comments on commit b7f9791

Please sign in to comment.