From 5e7542ccb4358d7143946bd8ef8a1484e827f3c5 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 29 Dec 2020 14:33:13 +0100 Subject: [PATCH] Use the short list-syntax when deconstructing arrays --- src/Config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Config.php b/src/Config.php index 8c0b5ca..bdc2102 100644 --- a/src/Config.php +++ b/src/Config.php @@ -43,6 +43,9 @@ public function getRules() ], 'indentation_type' => true, 'line_ending' => true, + 'list_syntax' => [ + 'syntax' => 'short', + ], 'lowercase_keywords' => true, 'method_argument_space' => [], 'no_closing_tag' => true,