Closed llaville closed 8 years ago
While I run tests on my future new task proposal for php_blacklist commented in issue #53, I found an error in RegisteredFiles Locator.
php_blacklist
See https://github.com/phpro/grumphp/blob/master/src/GrumPHP/Locator/RegisteredFiles.php#L35
PHP_EOL must be replaced by "\n"
PHP_EOL
"\n"
See logger helper proposed by PR https://github.com/phpro/grumphp/pull/111
Fixed in #112. I also added Windows CI to make sure we detect this kind of issues earlier.
While I run tests on my future new task proposal for
php_blacklist
commented in issue #53, I found an error in RegisteredFiles Locator.See https://github.com/phpro/grumphp/blob/master/src/GrumPHP/Locator/RegisteredFiles.php#L35
PHP_EOL
must be replaced by"\n"