From f51549c6eee21facffc6e8784b120873b404e7d5 Mon Sep 17 00:00:00 2001 From: Dariusz Date: Mon, 1 Jan 2018 22:13:00 +0100 Subject: [PATCH] PHP CS Fixer: no need to exclude xml and yml files --- .php_cs.dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.php_cs.dist b/.php_cs.dist index 27b38a4dae..f722b71400 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -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