Skip to content

Commit fc38615

Browse files
committed
Remove array rule
1 parent fe8fec4 commit fc38615

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $config = PhpCsFixer\Config::create()
44
->setRiskyAllowed(true)
55
->setRules([
66
'@Symfony' => true,
7-
'array_syntax' => ['syntax' => 'short'],
7+
'@Symfony:risky' => true,
88
])
99
->setFinder(
1010
PhpCsFixer\Finder::create()

.styleci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ finder:
44
path:
55
- "src"
66
- "tests"
7-
8-
enabled:
9-
- short_array_syntax

0 commit comments

Comments
 (0)