Skip to content

Commit ef498ac

Browse files
committed
PHP CS Fixer: no need to exclude json file
1 parent b090d3d commit ef498ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.php_cs.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ return PhpCsFixer\Config::create()
4141
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
4242
// explicit heredoc test
4343
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
44-
// purposefully invalid JSON
45-
->notPath('Symfony/Component/Asset/Tests/fixtures/manifest-invalid.json')
4644
)
4745
;

0 commit comments

Comments
 (0)