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 fe8fec4 commit fc38615Copy full SHA for fc38615
.php_cs.dist
@@ -4,7 +4,7 @@ $config = PhpCsFixer\Config::create()
4
->setRiskyAllowed(true)
5
->setRules([
6
'@Symfony' => true,
7
- 'array_syntax' => ['syntax' => 'short'],
+ '@Symfony:risky' => true,
8
])
9
->setFinder(
10
PhpCsFixer\Finder::create()
.styleci.yml
@@ -4,6 +4,3 @@ finder:
path:
- "src"
- "tests"
-
-enabled:
- - short_array_syntax
0 commit comments