From 4a174dee69822751da2e1898bfbe561f94d059d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Fri, 12 Jan 2018 11:07:45 +0800 Subject: [PATCH] * Format code. --- module/testcase/control.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 543777b6be..45d9c88c64 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -194,11 +194,12 @@ class testcase extends control /** * Create a test case. - * - * @param int $productID - * @param int $moduleID - * @param string $from - * @param int $param + * @param $productID + * @param string $branch + * @param int $moduleID + * @param string $from + * @param int $param + * @param int $storyID * @access public * @return void */ @@ -846,8 +847,8 @@ class testcase extends control /** * Batch change branch. - * - * @param int $branchID + * + * @param int $branchID * @access public * @return void */