We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b090d3d commit ef498acCopy full SHA for ef498ac
.php_cs.dist
@@ -41,7 +41,5 @@ return PhpCsFixer\Config::create()
41
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
42
// explicit heredoc test
43
->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')
46
)
47
;
0 commit comments