Add "@return void" to satisfy CI check

This commit is contained in:
mc2contributor 2023-04-28 10:20:48 -06:00 committed by GitHub
parent 7a8fd37a4a
commit 8e0e134dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -653,6 +653,8 @@ class Tasks extends DolibarrApi
*
* @param int $id Task ID
* @param int $timespent_id Time spent ID (llx_projet_task_time.rowid)
*
* @return void
*/
protected function timespentRecordChecks($id, $timespent_id)
{