* Add comment and type hint.

This commit is contained in:
dingguodong
2023-08-30 15:32:04 +08:00
parent c24538a4c5
commit 97a93f5669
+2 -1
View File
@@ -3257,13 +3257,14 @@ class execution extends control
}
/**
* 批量取消关联需求(移除需求)。
* Batch unlink story.
*
* @param int $executionID
* @access public
* @return void
*/
public function batchUnlinkStory($executionID)
public function batchUnlinkStory(int $executionID)
{
if(isset($_POST['storyIdList']))
{