From 137df4dd3cd998e7096705cd0b3aed17b4c25d53 Mon Sep 17 00:00:00 2001 From: William Hall Date: Sat, 29 Jul 2023 15:46:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20deprecated=20rule=20htt?= =?UTF-8?q?ps://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7066?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .php-cs-fixer.dist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 32d4c5b..86d3e30 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -39,7 +39,6 @@ 'semicolon_after_instruction' => true, 'short_scalar_cast' => true, 'simplified_null_return' => true, - 'single_blank_line_before_namespace' => true, 'single_class_element_per_statement' => true, 'single_line_comment_style' => true, 'single_quote' => true,