Skip to content

Commit 1aefa22

Browse files
authored
fix CS (staabm#507)
1 parent e0f23fd commit 1aefa22

File tree

4 files changed

+57
-616
lines changed

4 files changed

+57
-616
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
'strict_param' => true,
2323
'array_syntax' => ['syntax' => 'short'],
2424
'fopen_flags' => false,
25+
'array_indentation' => true,
2526
'ordered_imports' => true,
2627
'protected_to_private' => false,
27-
'list_syntax' => ['syntax' => 'long'], // 'short' requires php 7.1+
28+
'list_syntax' => ['syntax' => 'short'],
2829
'psr_autoloading' => ['dir' => 'src/'],
2930
])
3031
->setRiskyAllowed(true)

0 commit comments

Comments
 (0)