diff --git a/module/execution/test/lib/startexecution.class.php b/module/execution/test/lib/startexecution.class.php index e6c52c5add..26300607b3 100644 --- a/module/execution/test/lib/startexecution.class.php +++ b/module/execution/test/lib/startexecution.class.php @@ -6,9 +6,8 @@ class startExecutionTester extends tester * 开始执行弹窗中输入实际开始日期。 * Input fields. * - * @param string realBegan + * @param string $realBegan * @access public - * @return bool */ public function inputFields($realBegan) { @@ -26,7 +25,7 @@ class startExecutionTester extends tester * 正常开始执行。 * Start execution. * - * @param array realBegan + * @param string $realBegan * @access public * @return bool */ @@ -43,7 +42,7 @@ class startExecutionTester extends tester * 实际开始日期大于当前日期。 * The real start date is greater than the current date. * - * @param array $realBegan + * @param string $realBegan * @access public * @return bool */