Skip to content

Commit 17c0ab2

Browse files
authored
Update .php-cs-fixer.dist.php
1 parent b6ae5f9 commit 17c0ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
return (new PhpCsFixer\Config)
1717
->setRules([
18-
'@PSR2' => true,
18+
'@PSR12' => true,
1919
'array_syntax' => ['syntax' => 'short'],
2020
'ordered_imports' => ['sort_algorithm' => 'alpha'],
2121
'no_unused_imports' => true,

0 commit comments

Comments
 (0)