diff --git a/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php b/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php index 29721ea171f..234c067bf7a 100644 --- a/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php +++ b/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php @@ -168,7 +168,7 @@ class MyObjectTest extends \PHPUnit_Framework_TestCase * testMyObjectDelete * * @param int $id Id of object - * @return void + * @return int * * @depends testMyObjectCreate * The depends says test is run only if previous is ok