php-mod/curl

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

amouhzi opened this issue · 0 comments

in phpunit.xml.dist, line 24

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.

        <testsuite name="PHP MP4Box Tests Suite"><directory>tests</directory></testsuite></testsuites></phpunit>

Posted from SensioLabsInsight