Skip to content

Commit

Permalink
remove FunctionTypehintSpaceFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Tepper committed Mar 12, 2024
1 parent 50f5af9 commit 94cd777
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .code-quality/ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

declare(strict_types=1);

use PhpCsFixer\Fixer\FunctionNotation\FunctionTypehintSpaceFixer;
use PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer;
use PhpCsFixer\Fixer\Strict\DeclareStrictTypesFixer;
use Symplify\CodingStandard\Fixer\ArrayNotation\ArrayListItemNewlineFixer;
Expand Down Expand Up @@ -37,11 +36,6 @@
DocBlockLineLengthFixer::class => null,
ArrayListItemNewlineFixer::class => null,
ArrayOpenerAndCloserNewlineFixer::class => null,
FunctionTypehintSpaceFixer::class => [
__DIR__ . '/../Tests/Unit/TYPO3/AdditionalResponseHeadersTest.php',
__DIR__ . '/../Classes/TYPO3/Hooks/ClearCacheMenuHook.php',
__DIR__ . '/../Classes/TYPO3/Configuration/ExtensionConfiguration.php',
],
DeclareStrictTypesFixer::class => null,
])
->withSpacing(OPTION::INDENTATION_SPACES, "\n");

0 comments on commit 94cd777

Please sign in to comment.