type; } public function getContents(): string { return $this->contents; } public function getOldNumber(): int { return $this->oldNumber; } public function getNewNumber(): int { return $this->newNumber; } }