You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,6 +56,8 @@ protected function ensureFrankenPhpBinaryIsInstalled()
55
56
* Download the latest version of the FrankenPHP binary.
56
57
*
57
58
* @return string
59
+
*
60
+
* @throws RequestException
58
61
*/
59
62
protectedfunctiondownloadFrankenPhpBinary()
60
63
{
@@ -71,9 +74,12 @@ protected function downloadFrankenPhpBinary()
71
74
thrownewRuntimeException('FrankenPHP binaries are currently only available for Linux (x86_64, aarch64) and macOS. Other systems should use the Docker images or compile FrankenPHP manually.');
0 commit comments