fix(qodana) fix function comment wrong return

This commit is contained in:
FLIO
2023-02-08 19:09:05 +01:00
parent f1c15e1714
commit cd289ca8ac
21 changed files with 23 additions and 22 deletions

View File

@@ -229,7 +229,7 @@ class Projects extends DolibarrApi
*
* @param int $id Id of project
* @param int $includetimespent 0=Return only list of tasks. 1=Include a summary of time spent, 2=Include details of time spent lines
* @return int
* @return array
*
* @url GET {id}/tasks
*/