Fix: doxygen

This commit is contained in:
Laurent Destailleur 2014-05-03 02:24:32 +02:00
parent 43253d877a
commit 659891ac5b

View File

@ -191,7 +191,8 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase
/** /**
* testWSProductsGetProductOrService * testWSProductsGetProductOrService
* *
* @return int * @param int $id Id of product or service
* @return int Id of product or service
* *
* @depends testWSProductsCreateProductOrService * @depends testWSProductsCreateProductOrService
*/ */
@ -256,7 +257,8 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase
/** /**
* testWSProductsDeleteProductOrService * testWSProductsDeleteProductOrService
* *
* @return int * @param int $id Id of product or service
* @return int 0
* *
* @depends testWSProductsGetProductOrService * @depends testWSProductsGetProductOrService
*/ */