codingfogey / fontawesome-bundle

Easy integration of Font Awesome into Symfony2 projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Insight] Text files should end with a newline character - in phpunit.xml.dist, line 32

codingfogey opened this issue · comments

in phpunit.xml.dist, line 32

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.

                <directory>./vendor</directory></exclude></whitelist></filter></phpunit>

Posted from SensioLabsInsight