From ef498acef2b132a9310a2f7a656c2f05a8ea307c Mon Sep 17 00:00:00 2001 From: Dariusz Date: Mon, 1 Jan 2018 22:07:50 +0100 Subject: [PATCH] PHP CS Fixer: no need to exclude json file --- .php_cs.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/.php_cs.dist b/.php_cs.dist index a9919c636f..821c9ed467 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -41,7 +41,5 @@ return PhpCsFixer\Config::create() ->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php') // explicit heredoc test ->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php') - // purposefully invalid JSON - ->notPath('Symfony/Component/Asset/Tests/fixtures/manifest-invalid.json') ) ;