From 51bd2047866d709201951e98bc184fe1d16c926c Mon Sep 17 00:00:00 2001 From: Lufei Date: Sat, 3 Sep 2022 09:58:36 +0800 Subject: [PATCH] * Fix return value declaration error of getFeishuData. --- module/webhook/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/webhook/model.php b/module/webhook/model.php index 6694e097f9..88ce3801db 100644 --- a/module/webhook/model.php +++ b/module/webhook/model.php @@ -598,7 +598,7 @@ class webhookModel extends model * @param string $title * @param string $text * @access public - * @return string + * @return object */ public function getFeishuData($title, $text) {