From 9b5a8f85e5bf3699e8ea86ce5fa6df664673bccd Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 26 Nov 2024 09:12:14 +0100 Subject: [PATCH] Fix code style config --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 2e8f283c..ceff60b6 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -45,6 +45,7 @@ 'phpdoc_to_comment' => [ 'ignored_tags' => ['todo', 'var', 'see', 'phpstan-ignore-next-line'], ], + 'trailing_comma_in_multiline' => false, ]) ->setFinder($finder);