Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
asciito committed Oct 20, 2023
1 parent dfc1835 commit 5f1c525
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/Commands/InstallBrowserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

use App\GoogleDownloadable;
use App\OperatingSystem;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Log;

use Illuminate\Support\Str;
use function Laravel\Prompts\error;
use function Laravel\Prompts\spin;

Expand Down
2 changes: 1 addition & 1 deletion app/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function version(): ?GoogleDownloadable
return GoogleForTesting::getVersion($version);
}

protected function getBasePath(?string $path = null): string
protected function getBasePath(string $path = null): string
{
$folder = join_paths(getenv('HOME'), '.google-for-testing');

Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/InstallBrowserCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
use App\GoogleDownloadable;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Http;

use Illuminate\Support\Facades\Log;

use function Pest\Laravel\artisan;

it('download default browser version', function () {
Expand Down

0 comments on commit 5f1c525

Please sign in to comment.