From fd7415b7f19e740abe8f14f6bb3a1a662e8610f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 2 Aug 2021 11:20:41 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/function.php b/function.php index 106a4580..2828cf14 100644 --- a/function.php +++ b/function.php @@ -818,9 +818,10 @@ if (!function_exists('jTraceEx')) { /** * @param $e * @param null $seen + * @param bool $toHtml * @return string */ - function jTraceEx($e, $seen = null, $toHtml = false): string + function jTraceEx($e, $seen = null, bool $toHtml = false): string { $starter = $seen ? 'Caused by: ' : ''; $result = array();