8000 Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config · symfony/symfony@ed916a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed916a4

Browse files
committed
Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config
1 parent 3498259 commit ed916a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ return PhpCsFixer\Config::create()
5252
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
5353
// explicit trigger_error tests
5454
->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php')
55+
->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php')
5556
// invalid annotations on purpose
5657
->notPath('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php')
5758
)

0 commit comments

Comments
 (0)
0