Newscoop\GimmeBundle\Controller\CommentsController::updateCommentAction PHP Method

updateCommentAction() public method

Update comment
public updateCommentAction ( Request $request, $commentId ) : Form
$request Symfony\Component\HttpFoundation\Request
return Form
    public function updateCommentAction(Request $request, $commentId)
    {
        return $this->processForm($request, $commentId);
    }