* Refactor getBeginEnd4CFD method.

This commit is contained in:
tianshujie
2023-09-08 14:11:52 +08:00
parent 51785f643b
commit 5cdc7d9931
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -2413,13 +2413,14 @@ class executionTest
}
/**
* 获取累计流图的开始、结束日期。
* Test get begin and end for CFD.
*
* @param int $executionID
* @access public
* @return array
*/
public function getBeginEnd4CFDTest($executionID)
public function getBeginEnd4CFDTest(int $executionID): array
{
global $tester;