public function __construct(int $type = self::UNCHANGED, string $content = '') { $this->type = $type; $this->content = $content; }