Skip to content

Commit c0cfa9e

Browse files
minor symfony#25648 PHP CS Fixer: no need to exclude json file (keradus)
This PR was merged into the 3.3 branch. Discussion ---------- PHP CS Fixer: no need to exclude json file | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- ef498ac PHP CS Fixer: no need to exclude json file
2 parents b090d3d + ef498ac commit c0cfa9e

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)