Skip to content

Commit 5c1d081

Browse files
committed
Fix: Indentation
1 parent 5de6c34 commit 5c1d081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php_cs.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $finder = PhpCsFixer\Finder::create()
88

99
return PhpCsFixer\Config::create()
1010
->setRules([
11-
'@Symfony' => true,
12-
'array_syntax' => ['syntax' => 'short'],
11+
'@Symfony' => true,
12+
'array_syntax' => ['syntax' => 'short'],
1313
])
1414
->setFinder($finder);

0 commit comments

Comments
 (0)