From: Tim Düsterhus Date: Tue, 5 Oct 2021 09:35:33 +0000 (+0200) Subject: Update for PHP CS Fixer 3.2.1 X-Git-Tag: 5.5.0_Alpha_1~42 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ae225b4a78b019962f08bb43b02473ae270a20e2;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Update for PHP CS Fixer 3.2.1 --- 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);