From 608b1dc0f49f2dee70dd86da410ad62eb65c485b Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 15 Apr 2025 20:33:39 +0200 Subject: [PATCH] Clean code --- htdocs/modulebuilder/template/class/api_mymodule.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/modulebuilder/template/class/api_mymodule.class.php b/htdocs/modulebuilder/template/class/api_mymodule.class.php index 11da9de8345..6292c20020c 100644 --- a/htdocs/modulebuilder/template/class/api_mymodule.class.php +++ b/htdocs/modulebuilder/template/class/api_mymodule.class.php @@ -248,8 +248,6 @@ class MyModuleApi extends DolibarrApi * @phan-return MyObject * @phpstan-return MyObject * - * @phan-return MyObject - * * @throws RestException 403 Not allowed * @throws RestException 404 Not found * @throws RestException 500 System error