2
0
forked from Wavyzz/dolibarr

Fix warnings

This commit is contained in:
Laurent Destailleur
2020-09-20 16:57:53 +02:00
parent b3dd51b790
commit cd8ebd9500
7 changed files with 20 additions and 24 deletions

View File

@@ -64,7 +64,8 @@ class MyModuleApi extends DolibarrApi
*
* @url GET myobjects/{id}
*
* @throws RestException
* @throws RestException 401 Not allowed
* @throws RestException 404 Not found
*/
public function get($id)
{