Skip to content

Commit cb49099

Browse files
minor symfony#25649 PHP CS Fixer: no need to exclude xml and yml files (keradus)
This PR was merged into the 2.7 branch. Discussion ---------- PHP CS Fixer: no need to exclude xml and yml files | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- f51549c PHP CS Fixer: no need to exclude xml and yml files
2 parents e577288 + f51549c commit cb49099

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)