From 659891ac5b474b7a7873aab551b0c4f2f31ecceb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 May 2014 02:24:32 +0200 Subject: [PATCH] Fix: doxygen --- test/phpunit/WebservicesProducts.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/phpunit/WebservicesProducts.php b/test/phpunit/WebservicesProducts.php index ca7ad463743..3ebeab4dfc0 100755 --- a/test/phpunit/WebservicesProducts.php +++ b/test/phpunit/WebservicesProducts.php @@ -191,7 +191,8 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase /** * testWSProductsGetProductOrService * - * @return int + * @param int $id Id of product or service + * @return int Id of product or service * * @depends testWSProductsCreateProductOrService */ @@ -256,7 +257,8 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase /** * testWSProductsDeleteProductOrService * - * @return int + * @param int $id Id of product or service + * @return int 0 * * @depends testWSProductsGetProductOrService */