From f5b0c0400625fb1a41ac9bc9c6915b3333084e48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 5 Oct 2021 11:40:09 +0200 Subject: [PATCH] Update for PHP CS Fixer 3.2.1 --- .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 312569b..0e68316 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -114,7 +114,7 @@ return (new PhpCsFixer\Config()) 'blank_line_before_statement' => ['statements' => ['return', 'exit']], 'compact_nullable_typehint' => true, 'method_chaining_indentation' => true, - 'no_extra_blank_lines' => ['tokens' => ['case', 'continue', 'curly_brace_block', 'default', 'extra', 'parenthesis_brace_block', 'square_brace_block', 'switch', 'throw', 'use', 'use_trait']], + 'no_extra_blank_lines' => ['tokens' => ['case', 'continue', 'curly_brace_block', 'default', 'extra', 'parenthesis_brace_block', 'square_brace_block', 'switch', 'throw', 'use']], 'no_spaces_around_offset' => true, ]) ->setFinder($finder); -- 2.20.1