From 211b95ad8ca182a4e27ae16be1ef3f5116dc0b65 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Fri, 8 Sep 2023 14:16:49 +0800 Subject: [PATCH] * Add comment and type hint. --- module/execution/model.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index b407540037..86e5b4db50 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -644,12 +644,13 @@ class executionModel extends model } /** - * Batch update. + * 批量编辑执行。 + * Batch update executions. * * @access public - * @return void + * @return array|false */ - public function batchUpdate() + public function batchUpdate(): array|false { $this->loadModel('user'); $this->loadModel('project');