From 541851a8bb1b2dd9d15cbd3c3daeefc6995ad44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 5 Dec 2024 14:46:48 +0100 Subject: [PATCH] update rule --- src/php-cs-fixer.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php-cs-fixer.config.php b/src/php-cs-fixer.config.php index 5242085..1190301 100644 --- a/src/php-cs-fixer.config.php +++ b/src/php-cs-fixer.config.php @@ -23,7 +23,7 @@ 'backtick_to_shell_exec' => true, 'binary_operator_spaces' => [ 'default' => 'single_space', - 'operators' => ['=' => null, '-=' => null, '.=' => null, '+=' => null], + 'operators' => ['=' => null, '-=' => null, '.=' => null, '+=' => null, '*=' => null], ], 'blank_line_after_namespace' => true, 'blank_lines_before_namespace' => [