From 8e979b4c9e69c8924e8d3337cd892fa2a24badd7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Sep 2021 18:53:35 +0000 Subject: [PATCH] And another operator ... --- .php_cs.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index 42031dc5c..135827c9c 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -33,7 +33,6 @@ return $config 'operators' => [ '=>' => 'align_single_space_minimal', '=' => 'align_single_space_minimal', - '?' => 'align_single_space_minimal', ':' => 'align_single_space_minimal', ], ],