From: Tim Düsterhus Date: Mon, 18 Sep 2023 13:23:32 +0000 (+0200) Subject: Disable `single_line_empty_body` X-Git-Tag: 6.0.0_RC_2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac2c2ab0155ff7154887661dd7d0e9b163dbbc59;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Disable `single_line_empty_body` This conflicts with phpcbf. --- diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index fd65257..60d7da8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -7,6 +7,7 @@ return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ '@PER-CS2.0' => true, + 'single_line_empty_body' => false, 'array_push' => true, 'backtick_to_shell_exec' => true,