bebone / henahena

MASTER.
https://insight.sensiolabs.com/projects/dd346750-ebb7-450f-93af-b11756b758d8
1 stars 1 forks source link

[Insight] Text files should end with a newline character #20

Open bebone opened 7 years ago

bebone commented 7 years ago

in src/AppBundle/Controller/BonplanController.php, line 95

This file ends with no newline character. It won't render properly on a terminal, and it's considered a bad practice. Add a simple line feed as the last character to fix it.

            return $this->render('UserBundle:Default:privileges.html.twig', array('error' => 403));

        }
    }

}

Posted from SensioLabsInsight