Skip to content

Commit 8ee5979

Browse files
committed
Added array_syntax fixer
1 parent 2480f7b commit 8ee5979

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Rules.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ class Rules {
77

88
private static $rules = [
99
'@PSR2' => true,
10+
'array_syntax' => [
11+
'syntax' => 'short',
12+
],
1013
'binary_operator_spaces' => true,
1114
'braces' => [
1215
'position_after_functions_and_oop_constructs' => 'same',

0 commit comments

Comments
 (0)