PHP CS Fixer: no need to exclude xml and yml files

This commit is contained in:
Dariusz 2018-01-01 22:13:00 +01:00
parent 28485afd45
commit f51549c6ee
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ return PhpCsFixer\Config::create()
))
// file content autogenerated by `var_export`
->notPath('Symfony/Component/Translation/Tests/fixtures/resources.php')
// autogenerated xmls
->notPath('Symfony/Component/Console/Tests/Fixtures/application_1.xml')
->notPath('Symfony/Component/Console/Tests/Fixtures/application_2.xml')
// yml
->notPath('Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml')
// test template
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
// explicit heredoc test