From 6ee19ec3368b23e774c51bad420288bc36d79176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 29 Oct 2021 18:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 000713c8..2e302aec 100644 --- a/function.php +++ b/function.php @@ -238,7 +238,7 @@ if (!function_exists('isUrl')) { * @param bool $get_info * @return false|array */ - function isUrl($url, $get_info = true): bool|array + function isUrl($url, bool $get_info = true): bool|array { if (str_starts_with($url, '/')) { return false;