> $changeset * @return void */ public function calculate(Timesheet $record, array $changeset): void; /* * Default priority is 1000 (after all system Calculator were executed). * The higher the priority the later it will be executed. * * @return int */ public function getPriority(): int; }