[fabbot] enable short arrays

This commit is contained in:
Nicolas Grekas 2019-01-07 21:28:45 +01:00
parent 7f04e55856
commit 84e72e0061

View File

@ -10,7 +10,6 @@ return PhpCsFixer\Config::create()
'@Symfony:risky' => true,
'@PHPUnit48Migration:risky' => true,
'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
'array_syntax' => array('syntax' => 'long'),
'fopen_flags' => false,
'ordered_imports' => true,
'protected_to_private' => false,