From 4a33edac79eae849f5b7311fde149402d00b1fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Mon, 26 Feb 2024 09:40:34 +0800 Subject: [PATCH] Format code --- app/Kernel/Functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Kernel/Functions.php b/app/Kernel/Functions.php index aa005f5..11d3206 100644 --- a/app/Kernel/Functions.php +++ b/app/Kernel/Functions.php @@ -13,11 +13,12 @@ use Hyperf\AsyncQueue\JobInterface; use Hyperf\Context\ApplicationContext; use Hyperf\ExceptionHandler\Formatter\FormatterInterface; +use Psr\Container\ContainerInterface; if (! function_exists('di')) { /** * Finds an entry of the container by its identifier and returns it. - * @return mixed|\Psr\Container\ContainerInterface + * @return ContainerInterface|mixed */ function di(?string $id = null) {