* [misc] Remove the bad type hint.

This commit is contained in:
dingguodong
2024-06-18 13:26:52 +08:00
committed by 王于听
parent d7e98072c2
commit feb791c1e8
+1 -1
View File
@@ -106,7 +106,7 @@ class misc extends control
* @access public
* @return string
*/
public function checkExtension(): string
public function checkExtension()
{
echo $this->miscZen->hello();
}