$this->id ]); if ($comment === null) { return false; } if ($comment->user_id !== $this->user_id) { return false; } $comment->content = $this->content; return $comment->save(); } }