Can not create/update a time entry which contains xml entities in comments field:
$client->time_entry->create([
'issue_id' => $id,
'spent_on' => $spentOn,
'hours' => $hours,
'activity_id' => $activityId,
'comments' => 'some text with xml entities: & < > '
]);
SimpleXMLElement::addChild(): unterminated entity reference