From c9688aa523b8624789f97d89382dad82f56b989a Mon Sep 17 00:00:00 2001 From: SpacePossum Date: Mon, 6 Apr 2020 20:37:08 +0200 Subject: [PATCH] Fix SCA --- phpstan.neon | 3 --- src/Console/Command/DescribeCommand.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 220f5533c42..cac372c351e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -37,9 +37,6 @@ parameters: - message: '/^Parameter #1 \$fixers of method PhpCsFixer\\Config::registerCustomFixers\(\) expects iterable, string given\.$/' path: tests/ConfigTest.php - - - message: '/^Parameter #1 \$options of method PhpCsFixer\\FixerConfiguration\\FixerConfigurationResolverRootless::resolve\(\) expects array, array given\.$/' - path: tests/FixerConfiguration/FixerConfigurationResolverRootlessTest.php - message: '/^Parameter #1 \$function of function register_shutdown_function expects callable\(\): void, array\(\$this\(PhpCsFixer\\FileRemoval\), ''clean''\) given\.$/' path: src/FileRemoval.php diff --git a/src/Console/Command/DescribeCommand.php b/src/Console/Command/DescribeCommand.php index e1f23dc765c..af994dbc382 100644 --- a/src/Console/Command/DescribeCommand.php +++ b/src/Console/Command/DescribeCommand.php @@ -225,9 +225,6 @@ static function ($type) { $output->writeln($line); } - $output->writeln(''); - } elseif ($fixer instanceof ConfigurableFixerInterface) { - $output->writeln('Fixer is configurable.'); $output->writeln(''); }