'comment_id = :comment_id: AND user_id = :user_id:', 'bind' => ['comment_id' => $commentId, 'user_id' => $userId], ]); return $result; } }