Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style ci
  • Loading branch information
a.stecher committed Sep 4, 2025
commit ec25816c28f90346a483f91de484e35e8c7e2dce
2 changes: 1 addition & 1 deletion bin/frankenphp-worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
$debugMode = $_ENV['APP_DEBUG'] ?? $_SERVER['APP_DEBUG'] ?? 'false';

$response = new Response(
$debugMode === 'true' ? (string)$e : 'Internal Server Error',
$debugMode === 'true' ? (string) $e : 'Internal Server Error',
500,
[
'Status' => '500 Internal Server Error',
Expand Down