From 72ac7dd353b97e2bbe18e6452c37df5c924c2f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 3 Jul 2020 10:16:17 +0200 Subject: [PATCH] Enhancement: Enable simple_to_complex_string_variable fixer --- .php_cs.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs.dist b/.php_cs.dist index ea8f4bf94d9..00b6b42d477 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -199,6 +199,7 @@ return PhpCsFixer\Config::create() 'semicolon_after_instruction' => true, 'set_type_to_cast' => true, 'short_scalar_cast' => true, + 'simple_to_complex_string_variable' => true, 'simplified_null_return' => false, 'single_blank_line_at_eof' => true, 'single_import_per_statement' => true,