diff --git a/app/executor.php b/app/executor.php index 51215b637e..b82d17a117 100644 --- a/app/executor.php +++ b/app/executor.php @@ -423,7 +423,7 @@ App::post('/v1/execution') $errNo = -1; $executorResponse = ''; - $timeout = $timeout ?? (int) App::getEnv('_APP_FUNCTIONS_TIMEOUT', 900); + $timeout ??= (int) App::getEnv('_APP_FUNCTIONS_TIMEOUT', 900); $ch = \curl_init(); $body = \json_encode([