diff --git a/src/PhpCsFixer/PhpCsFixerCodingStandard.php b/src/PhpCsFixer/PhpCsFixerCodingStandard.php index 145ed01..f22c17c 100644 --- a/src/PhpCsFixer/PhpCsFixerCodingStandard.php +++ b/src/PhpCsFixer/PhpCsFixerCodingStandard.php @@ -132,7 +132,7 @@ final class PhpCsFixerCodingStandard 'method_chaining_indentation' => true, 'cast_spaces' => ['space' => 'none'], - 'types_spaces' => ['space' => 'single'], + 'types_spaces' => ['space' => 'none'], 'concat_space' => ['spacing' => 'one'], 'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],