Fixing style errors.

This commit is contained in:
stickler-ci 2023-03-08 10:08:08 +00:00
parent 9769fe54a2
commit e6a5cd9461
2 changed files with 5 additions and 7 deletions

View File

@ -1571,11 +1571,9 @@ class Task extends CommonObjectLine
$this->timespent_note = $timespent->note; $this->timespent_note = $timespent->note;
return 1; return 1;
} }
return 0; return 0;
} }
/** /**