* Add comment and type hint.

This commit is contained in:
dingguodong
2023-09-08 14:18:13 +08:00
parent 5cdc7d9931
commit 211b95ad8c
+4 -3
View File
@@ -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');