We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de6c34 commit 5c1d081Copy full SHA for 5c1d081
.php_cs.dist
@@ -8,7 +8,7 @@ $finder = PhpCsFixer\Finder::create()
8
9
return PhpCsFixer\Config::create()
10
->setRules([
11
- '@Symfony' => true,
12
- 'array_syntax' => ['syntax' => 'short'],
+ '@Symfony' => true,
+ 'array_syntax' => ['syntax' => 'short'],
13
])
14
->setFinder($finder);
0 commit comments