diff --git a/.php_cs b/.php_cs index 97aa023..a6fba06 100644 --- a/.php_cs +++ b/.php_cs @@ -37,6 +37,7 @@ $config->fixers( 'function_declaration', 'indentation', 'linefeed', + 'multiple_use', 'php_closing_tag', 'psr0', 'short_tag',