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:
abcc198
)
Disable `single_line_empty_body`
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:23:32 +0000
(15:23 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:30:47 +0000
(15:30 +0200)
This conflicts with phpcbf.
.php-cs-fixer.dist.php
patch
|
blob
|
blame
|
history
diff --git
a/.php-cs-fixer.dist.php
b/.php-cs-fixer.dist.php
index fd652579b00417a1b434d9a862bc5d97f55a02a8..60d7da8b007a90ea716844c2b5aaf33f32b138a2 100644
(file)
--- 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,