Skip to content

Commit 9dcd9be

Browse files
committed
issue #13 - use short array notation thanks to PHP 5.4 minimal version
1 parent 809e986 commit 9dcd9be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php_cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ return PhpCsFixer\Config::create()
99
->setUsingCache(false)
1010
->setRules(array(
1111
'@PSR2' => true,
12+
'array_syntax' => [
13+
'syntax' => 'short',
14+
],
1215
'binary_operator_spaces' => true,
1316
'no_whitespace_in_blank_line' => true,
1417
'ternary_operator_spaces' => true,

0 commit comments

Comments
 (0)