Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

[Insight] Source code should not contain TODO comments #60

Description

@andrey1s

in src/FDevs/CommonBundle/Controller/DefaultController.php, line 19

TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

    public function aboutUsAction()
    {
        /* $response Symfony\Component\HttpFoundation\Response */
        $response = $this->render('FDevsCommonBundle:Default:about_us.html.twig');

        // TODO: add cache headers

        return $response;
    }
}

Posted from SensioLabsInsight

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions