public function setLines(int $start, int $executable, int $executed) : void { $this->contextNode ->setAttribute('start', (string) $start); $this->contextNode ->setAttribute('executable', (string) $executable); $this->contextNode ->setAttribute('executed', (string) $executed); }