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
*
* @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
*/