Skip to content

Commit 4821763

Browse files
authoredNov 19, 2021
Update .php-cs-fixer.php
1 parent 736af03 commit 4821763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.php-cs-fixer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
return (new PhpCsFixer\Config())
1414
->setRules([
15-
'@PSR2' => true,
15+
'@PSR12' => true,
1616
'array_syntax' => ['syntax' => 'short'],
1717
'ordered_imports' => ['sort_algorithm' => 'alpha'],
1818
'no_unused_imports' => true,

0 commit comments

Comments
 (0)
Please sign in to comment.