From: Matthias Schmidt Date: Tue, 27 Apr 2021 13:05:36 +0000 (+0200) Subject: Preserve explicit `return null;` statements X-Git-Tag: 5.4.0_Alpha_1~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2ad5f54c2a3fdbdea5a27ee6d65c69d173c7982e;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Preserve explicit `return null;` statements --- diff --git a/.php_cs.dist b/.php_cs.dist index adcc3be..9754205 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -98,7 +98,6 @@ return (new PhpCsFixer\Config()) 'no_useless_return' => true, 'return_assignment' => true, - 'simplified_null_return' => true, 'multiline_whitespace_before_semicolons' => true, 'no_empty_statement' => true,