dinel / metadiscourse-annotator

0 stars 0 forks source link

[Insight] Unused method, property, variable or parameter - in src/…/Controller/DefaultController.php, line 18 #49

Closed dinel closed 6 years ago

dinel commented 6 years ago

in src/AppBundle/Controller/DefaultController.php, line 18

This texts local variable is declared but never used. You should remove it.

    /**
     * @Route("/", name="homepage")
     */
    public function indexAction(Request $request)
    {
        $texts = $this->getDoctrine()
                      ->getRepository('AppBundle:Text')
                       ->findAll();
        /*
        return $this->render('FrontPage/index.html.twig', array(
            'texts' => $texts,

Posted from SensioLabsInsight