Fix default param syntax

This commit is contained in:
Matej Bačo 2025-06-26 21:39:00 +02:00
parent 23f350c7d1
commit ee225834d9

View file

@ -190,7 +190,7 @@ class Executor
int $memory,
bool $logging,
string $runtimeEntrypoint = '',
?int $requestTimeout
?int $requestTimeout = null
) {
if (empty($headers['host'])) {
$headers['host'] = System::getEnv('_APP_DOMAIN', '');