8000 enabled short array notation in CS · symfony/symfony@3245cb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3245cb4

Browse files
committed
enabled short array notation in CS
1 parent cb07a3b commit 3245cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return PhpCsFixer\Config::create()
1010
'@Symfony:risky' => true,
1111
'@PHPUnit48Migration:risky' => true,
1212
'php_unit_no_expectation_annotation' => false, // part of `PHPUnitXYMigration:risky` ruleset, to be enabled when PHPUnit 4.x support will be dropped, as we don't want to rewrite exceptions handling twice
13+
'array_syntax' => array('syntax' => 'short'),
1314
'fopen_flags' => false,
1415
'ordered_imports' => true,
1516
'protected_to_private' => false,

0 commit comments

Comments
 (0)
0