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:
3210072
)
Update PHP CS Fixer to PER-CS 2.0
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:07:20 +0000
(15:07 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 18 Sep 2023 13:11:20 +0000
(15:11 +0200)
.php-cs-fixer.dist.php
patch
|
blob
|
blame
|
history
diff --git
a/.php-cs-fixer.dist.php
b/.php-cs-fixer.dist.php
index 574d52f14c2d412ce7c033e76d0203ac5858737e..fd652579b00417a1b434d9a862bc5d97f55a02a8 100644
(file)
--- a/
.php-cs-fixer.dist.php
+++ b/
.php-cs-fixer.dist.php
@@
-6,10
+6,7
@@
$finder = PhpCsFixer\Finder::create()
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
- '@PSR1' => true,
- '@PSR2' => true,
- '@PSR12' => true,
- '@PER' => true,
+ '@PER-CS2.0' => true,
'array_push' => true,
'backtick_to_shell_exec' => true,