Skip to content

Commit 518e768

Browse files
committed
Apply fixes from StyleCI
1 parent 605401e commit 518e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Concerns/InstallsFrankenPhpDependencies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function downloadFrankenPhpBinary()
7777
$response = Http::accept('application/vnd.github+json')
7878
->withHeaders(['X-GitHub-Api-Version' => '2022-11-28'])
7979
->get('https://api.github.com/repos/dunglas/frankenphp/releases/latest')
80-
->throw(fn () => $this->error("Failed to download FrankenPHP."));
80+
->throw(fn () => $this->error('Failed to download FrankenPHP.'));
8181

8282
$assets = $response['assets'] ?? [];
8383

0 commit comments

Comments
 (0)