Skip to content

Commit

Permalink
fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 18, 2021
1 parent 8397157 commit b7bb463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Console/Report/ListSetsReport/TextReporterTest.php
Expand Up @@ -43,11 +43,11 @@ protected function assertFormat($expected, $input)
*/
protected function createSimpleReport()
{
return ' 1) @PhpCsFixer
return str_replace("\n", PHP_EOL, ' 1) @PhpCsFixer
Rule set as used by the PHP-CS-Fixer development team, highly opinionated.
2) @Symfony:risky
Rules that follow the official `Symfony Coding Standards <https://symfony.com/doc/current/contributing/code/standards.html>`_.
Set contains risky rules.
';
');
}
}

0 comments on commit b7bb463

Please sign in to comment.