From: Michael Date: Sat, 25 Sep 2021 18:53:35 +0000 (+0000) Subject: And another operator ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e979b4c9e69c8924e8d3337cd892fa2a24badd7;p=friendica.git And another operator ... --- diff --git a/.php_cs.dist b/.php_cs.dist index 42031dc5c5..135827c9c2 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', ], ],