Skip to content

Commit f51549c

Browse files
committed
PHP CS Fixer: no need to exclude xml and yml files
1 parent 28485af commit f51549c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.php_cs.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ return PhpCsFixer\Config::create()
3030
))
3131
// file content autogenerated by `var_export`
3232
->notPath('Symfony/Component/Translation/Tests/fixtures/resources.php')
33-
// autogenerated xmls
34-
->notPath('Symfony/Component/Console/Tests/Fixtures/application_1.xml')
35-
->notPath('Symfony/Component/Console/Tests/Fixtures/application_2.xml')
36-
// yml
37-
->notPath('Symfony/Component/Yaml/Tests/Fixtures/sfTests.yml')
3833
// test template
3934
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
4035
// explicit heredoc test

0 commit comments

Comments
 (0)