We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28485af commit f51549cCopy full SHA for f51549c
.php_cs.dist
@@ -30,11 +30,6 @@ return PhpCsFixer\Config::create()
30
))
31
// file content autogenerated by `var_export`
32
->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')
38
// test template
39
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
40
// explicit heredoc test
0 commit comments