From 612a2b656efc3486cf5369d24c50b3e2a96475c7 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 12 May 2022 00:18:05 +0800 Subject: [PATCH] * Adjust code style. --- module/execution/model.php | 2 +- module/execution/view/burn.html.php | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index 25be47604a..e886b3c703 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -2790,7 +2790,7 @@ class executionModel extends model * * @param int $executionID * @access public - * @return void + * @return array */ public function computeBurn($executionID = 0) { diff --git a/module/execution/view/burn.html.php b/module/execution/view/burn.html.php index d84e0a834b..81ea61c552 100644 --- a/module/execution/view/burn.html.php +++ b/module/execution/view/burn.html.php @@ -22,13 +22,14 @@