Skip to content

Commit e80dc08

Browse files
murdercodegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1362bf0 commit e80dc08

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/LaravelShortcodePlus.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323
final class LaravelShortcodePlus
2424
{
25-
public function __construct(protected string $content = '')
26-
{
27-
}
25+
public function __construct(protected string $content = '') {}
2826

2927
public static function source(string $source): LaravelShortcodePlus
3028
{

src/LaravelShortcodePlusServiceProvider.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ public function configurePackage(Package $package): void
4343
->hasMigration('create_laravel-shortcode-plus_table');
4444
}
4545

46-
public function packageRegistered()
47-
{
48-
}
46+
public function packageRegistered() {}
4947

5048
public function packageBooted(): void
5149
{

0 commit comments

Comments
 (0)