8000
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 3498259 commit ed916a4Copy full SHA for ed916a4
.php_cs.dist
@@ -52,6 +52,7 @@ return PhpCsFixer\Config::create()
52
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
53
// explicit trigger_error tests
54
->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php')
55
+ ->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php')
56
// invalid annotations on purpose
57
->notPath('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php')
58
)
0 commit comments