From 5e676c9ca2f452de9dadb110f4ffdf903b4de6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 27 May 2023 16:34:19 +0200 Subject: [PATCH] Enhancement: Enable types_spaces fixer --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index d7f19144ff1..e3bd27b631c 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -319,6 +319,7 @@ ] ], 'trim_array_spaces' => true, + 'types_spaces' => true, 'unary_operator_spaces' => true, 'visibility_required' => [ 'elements' => [