Skip to content

Commit f27e22c

Browse files
committed
fix merge
1 parent a5f0e51 commit f27e22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
'native_function_invocation' => ['include' => ['@compiler_optimized', 'sprintf'], 'scope' => 'namespaced', 'strict' => true],
3535
'nullable_type_declaration' => true,
3636
'nullable_type_declaration_for_default_null_value' => true,
37+
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match', 'parameters']],
3738
])
3839
->setRiskyAllowed(true)
3940
->setFinder(

0 commit comments

Comments
 (0)