From 486d8e894d857509f27baf0f7955b42916a1f2f0 Mon Sep 17 00:00:00 2001 From: thecaliskan <13554944+thecaliskan@users.noreply.github.com> Date: Mon, 10 May 2021 13:14:48 +0300 Subject: [PATCH] Rename Trailing Comma In Multiline Array https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5669 https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/a04d9c50ad8b00ac489001cf691b0183f985a8c9 --- .php_cs.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist.php b/.php_cs.dist.php index d612a54..6ae946a 100644 --- a/.php_cs.dist.php +++ b/.php_cs.dist.php @@ -17,7 +17,7 @@ 'ordered_imports' => ['sort_algorithm' => 'alpha'], 'no_unused_imports' => true, 'not_operator_with_successor_space' => true, - 'trailing_comma_in_multiline' => true, + 'trailing_comma_in_multiline_array' => true, 'phpdoc_scalar' => true, 'unary_operator_spaces' => true, 'binary_operator_spaces' => true,