From f333dffa4bf3fc6239f344f55ba55d74f9a8e980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 25 Nov 2020 18:45:25 +0100 Subject: [PATCH] doxygen --- htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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