X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=.php_cs.dist;h=c107c1f55ce84fa5293d7e9c1f35f1dd962584f3;hb=d1ac6db660565e3dff0caec1a91f08c5f66f42d4;hp=722d780082e1db273bdd57641d323fd347174e56;hpb=c079b5ec8e3670c40632880badf29d08328a6c8d;p=GitHub%2FWoltLab%2FWCF.git diff --git a/.php_cs.dist b/.php_cs.dist index 722d780082..c107c1f55c 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -101,7 +101,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,