From 6634a8b43b9d1db54c093020b969d28fbcbf2fd1 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 20 Aug 2023 20:04:47 -0400 Subject: [PATCH] Lint --- src/Executor/Executor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 0170031f29..36f6ad0dc5 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -178,7 +178,7 @@ class Executor array $headers, string $runtimeEntrypoint = null, ) { - if(empty($headers['host'])) { + if (empty($headers['host'])) { $headers['host'] = App::getEnv('_APP_DOMAIN', ''); }