PHP CS Fixer: no need to exclude json file

This commit is contained in:
Dariusz 2018-01-01 22:07:50 +01:00
parent b090d3deda
commit ef498acef2

View File

@ -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')
)
;