From feb791c1e8a74c7571afcc2f0c039e94a2c6a466 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 18 Jun 2024 13:15:39 +0800 Subject: [PATCH] * [misc] Remove the bad type hint. --- module/misc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/misc/control.php b/module/misc/control.php index a4f15f2487..0d3cf04ee5 100644 --- a/module/misc/control.php +++ b/module/misc/control.php @@ -106,7 +106,7 @@ class misc extends control * @access public * @return string */ - public function checkExtension(): string + public function checkExtension() { echo $this->miscZen->hello(); }