From 23b1e0aa827478c3720e4803da2797fc2fb3e01d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Feb 2024 19:15:00 +0000 Subject: [PATCH] Merge pull request #1555 from hydephp/code-cleanup Clean up code https://github.com/hydephp/develop/commit/31dbd8ad33b7f5a57878748c2ba40da9db2afbaf --- src/Console/Commands/ServeCommand.php | 1 + src/Facades/Config.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Console/Commands/ServeCommand.php b/src/Console/Commands/ServeCommand.php index 98972f34..8660cc12 100644 --- a/src/Console/Commands/ServeCommand.php +++ b/src/Console/Commands/ServeCommand.php @@ -14,6 +14,7 @@ use Illuminate\Support\Facades\Process; use function sprintf; +use function in_array; use function str_replace; use function class_exists; diff --git a/src/Facades/Config.php b/src/Facades/Config.php index 405aa727..7c1c3fe9 100644 --- a/src/Facades/Config.php +++ b/src/Facades/Config.php @@ -7,6 +7,7 @@ use TypeError; use function sprintf; +use function gettype; use function call_user_func; /**