From 66b72cabb70c73e8e81ddcfa680722190874e218 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 18 Apr 2024 16:36:47 +0800 Subject: [PATCH] * Modify return type. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index 28d274f487..bb1977bb74 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -220,7 +220,7 @@ class storyModel extends model * @param int $storyID * @param string $storyType * @access public - * @return object + * @return string */ public function getRelationStoryID(int $storyID, string $storyType = 'requirement'): string {