fixed calendar for empty timesheet descriptions (#265)
This commit is contained in:
@@ -155,7 +155,7 @@ class TimesheetEntity
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getDescription(): string
|
||||
public function getDescription(): ?string
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user