8000 minor #29811 [fabbot] enable short arrays (nicolas-grekas) · symfony/symfony@cb07a3b · GitHub
[go: up one dir, main page]

Skip to content

Commit cb07a3b

Browse files
committed
minor #29811 [fabbot] enable short arrays (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [fabbot] enable short arrays | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Let's move to short arrays, but let's do it in a smooth way. This PR enables short arrays for php-cs-fixer, making PRs red when they don't follow the CS. We should then ask all authors of pending PRs to rebase their PR and apply the CS patch. This will need some time. Then, in 1-2 months, we'll be able to move all the code base to short arrays without creating hundred merge conflicts with all pending PRs, hopefully. Commits ------- 84e72e0 [fabbot] enable short arrays
2 parents 7f04e55 + 84e72e0 commit cb07a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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' => 'long'),
1413
'fopen_flags' => false,
1514
'ordered_imports' => true,
1615
'protected_to_private' => false,

0 commit comments

Comments
 (0)
0