From 5eb8fa7ee421b7229fe795b0c57c050d0a94353a Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sun, 8 Dec 2024 03:35:19 +0100 Subject: [PATCH] Disable PHP-CS-Fixer rule for blank lines --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index db5ad50..07d4fb0 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -15,7 +15,7 @@ 'array_syntax' => ['syntax' => 'short'], 'binary_operator_spaces' => true, 'blank_line_after_namespace' => true, - 'blank_line_after_opening_tag' => true, + 'blank_line_after_opening_tag' => false, 'cast_spaces' => ['space' => 'single'], 'clean_namespace' => true, 'combine_nested_dirname' => true,