From da6cadd94b219918e9bc003135a8fa27764a08e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 17 Dec 2017 12:41:36 +0100 Subject: [PATCH] Enhancement: Enable no_whitespace_in_blank_line fixer --- .php_cs.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/.php_cs.dist b/.php_cs.dist index 58c7d70e5..4be1d68d5 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -88,6 +88,7 @@ return PhpCsFixer\Config::create() 'no_unused_imports' => true, 'no_useless_else' => true, 'no_useless_return' => true, + 'no_whitespace_in_blank_line' => true, 'ordered_imports' => true, 'php_unit_expectation' => true, 'php_unit_no_expectation_annotation' => true,