Skip to content

Commit 559b141

Browse files
committed
ci: add tests for PHP 8.5
1 parent 6c325d8 commit 559b141

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
@@ -9,4 +9,5 @@
99
->setRules([
1010
'@Symfony' => true,
1111
'array_syntax' => ['syntax' => 'short'],
12+
'no_trailing_comma_in_singleline' => ['array', 'array_destructuring', 'group_import'],
1213
]);

0 commit comments

Comments
 (0)