Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 2a017b2

Browse files
ralphjsmitactions-user
authored andcommitted
Fix styling
1 parent 1533ad9 commit 2a017b2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/Actions/TALL/InstallAlpineAction.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class InstallAlpineAction
88
{
99
public function __construct(
1010
private NpmInstallAction $npmInstallAction,
11-
) {}
11+
) {
12+
}
1213

1314
public function execute(string $basePath): void
1415
{

tests/Unit/Actions/TallInstallActionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
use RalphJSmit\TallInstall\Actions\TallInstallAction;
4-
53
use function RalphJSmit\PestPluginFilesystem\contents;
64

5+
use RalphJSmit\TallInstall\Actions\TallInstallAction;
6+
77
beforeEach(function () {
88
$this->prefix = __DIR__ . '/../../tmp/laravel-8.x';
99
});

0 commit comments

Comments
 (0)