From db36f03b63b1b3eca775cfa99469ec5c577e9f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sat, 13 Dec 2014 01:38:34 +0100 Subject: [PATCH] CS: Removes line breaks between use statements. --- .php_cs | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs b/.php_cs index a6fba06..c47f072 100644 --- a/.php_cs +++ b/.php_cs @@ -40,6 +40,7 @@ $config->fixers( 'multiple_use', 'php_closing_tag', 'psr0', + 'remove_lines_between_uses', 'short_tag', 'trailing_spaces', 'unused_use',