8000 Update .php_cs.dist.php · PaolaRuby/laravel-permission@27a7ad7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27a7ad7

Browse files
authored
Update .php_cs.dist.php
1 parent 58d5eb6 commit 27a7ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist.php

Lines changed: 1 addition & 1 deletion
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)
0