Skip to content

Commit c7b54ca

Browse files
committed
fix
1 parent 2c50438 commit c7b54ca

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
@@ -13,6 +13,7 @@
1313
return (new PhpCsFixer\Config())
1414
->setRules([
1515
'@PSR2' => true,
16+
'@PSR4' => true,
1617
'@PSR12' => true,
1718
'array_indentation' => true,
1819
'array_syntax' => ['syntax' => 'short'],
@@ -93,7 +94,6 @@
9394
'phpdoc_trim' => true,
9495
'phpdoc_types' => true,
9596
'phpdoc_var_without_name' => true,
96-
'psr4' => true,
9797
'self_accessor' => true,
9898
'simplified_null_return' => false, // disabled by Shift
9999
'single_line_comment_style' => [

0 commit comments

Comments
 (0)