projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.legalNotice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f4494
)
Preserve explicit `return null;` statements
author
Matthias Schmidt
<gravatronics@live.com>
Tue, 27 Apr 2021 13:05:36 +0000
(15:05 +0200)
committer
Matthias Schmidt
<gravatronics@live.com>
Tue, 27 Apr 2021 13:05:36 +0000
(15:05 +0200)
.php_cs.dist
patch
|
blob
|
blame
|
history
diff --git
a/.php_cs.dist
b/.php_cs.dist
index adcc3bef0bcc944d87a43516115fa5ab109f742e..9754205bc16f80f74afa9f18014a23a4cf5f0f01 100644
(file)
--- 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,