diff --git a/src/Config.php b/src/Config.php index c6b229a..0ff0a0c 100644 --- a/src/Config.php +++ b/src/Config.php @@ -18,6 +18,7 @@ public function getRules() : array { '@PSR2' => true, 'align_multiline_comment' => true, 'array_indentation' => true, + 'array_syntax' => true, 'binary_operator_spaces' => [ 'default' => 'single_space', ],