projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.exporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59115d2
)
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:08:25 +0000
(15:08 +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 dfb47db382c41498c66e0b007f72275b70230b84..f1090d734a404894e68e2c35befb955fefee1040 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,