diff --git a/.php_cs.dist b/.php_cs.dist index 35ef4ae8cb..7396edf9c6 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -52,6 +52,7 @@ return PhpCsFixer\Config::create() ->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php') // explicit trigger_error tests ->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php') + ->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php') // invalid annotations on purpose ->notPath('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php') )