We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7719e7 commit 19d2b65Copy full SHA for 19d2b65
.php-cs-fixer.php
@@ -5,8 +5,8 @@
5
6
return (new PhpCsFixer\Config())
7
->setRules([
8
- '@PER-CS2.0' => true,
9
- '@PER-CS2.0:risky' => true,
+ '@PER-CS3x0' => true,
+ '@PER-CS3x0:risky' => true,
10
'strict_param' => true,
11
'align_multiline_comment' => true,
12
'array_syntax' => [
0 commit comments