syntheticAuthor = $synthetic_author; return $this; } public function getSyntheticAuthor() { return $this->syntheticAuthor; } public function isCompatible(DifferentialInlineComment $comment) { return $this->authorPHID === $comment->authorPHID && $this->syntheticAuthor === $comment->syntheticAuthor && $this->content === $comment->content; } }