We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605401e commit 518e768Copy full SHA for 518e768
src/Commands/Concerns/InstallsFrankenPhpDependencies.php
@@ -77,7 +77,7 @@ protected function downloadFrankenPhpBinary()
77
$response = Http::accept('application/vnd.github+json')
78
->withHeaders(['X-GitHub-Api-Version' => '2022-11-28'])
79
->get('https://api.github.com/repos/dunglas/frankenphp/releases/latest')
80
- ->throw(fn () => $this->error("Failed to download FrankenPHP."));
+ ->throw(fn () => $this->error('Failed to download FrankenPHP.'));
81
82
$assets = $response['assets'] ?? [];
83
0 commit comments