From 24078ad5f093f09ddf8a8583c2422e90ca728a80 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Sep 2021 03:59:15 +0000 Subject: [PATCH] Testing cs ... --- .php_cs.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index d944bbedfb..de2ff4ef1e 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', ], ], 'blank_line_after_namespace' => true,