Skip to content

Commit 4421cc5

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 74a1031 commit 4421cc5

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

src/Actions/MapLaravelExceptionAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class MapLaravelExceptionAction
99
{
1010
public function __construct(
1111
protected MapLaravelStackTraceAction $mapLaravelStackTraceAction
12-
) {
13-
}
12+
) {}
1413

1514
public function execute(Exception $exception): array
1615
{

src/Actions/MapLaravelStackTraceAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ class MapLaravelStackTraceAction
99
{
1010
public function __construct(
1111
protected ?int $maxFrames = null,
12-
) {
13-
}
12+
) {}
1413

1514
public function execute(Exception $exception): array
1615
{

src/Actions/ResolveErrorSharePropertiesAction.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
class ResolveErrorSharePropertiesAction
1010
{
11-
public function __construct(protected MapLaravelExceptionAction $laravelExceptionAction)
12-
{
13-
}
11+
public function __construct(protected MapLaravelExceptionAction $laravelExceptionAction) {}
1412

1513
/**
1614
* @return array{url: string, report: array}|array{error: string}

src/LaravelErrorShareServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function configurePackage(Package $package): void
2121
->name('laravel-error-share')
2222
->hasConfigFile();
2323

24-
2524
if ($this->canIncludeViews()) {
2625
$package->hasViews();
2726
}

0 commit comments

Comments
 (0)