Merge pull request #220

This commit is contained in:
symfony-flex-server[bot]
2017-10-23 02:02:29 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,8 @@
<?php
return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
])
;
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
".php_cs.dist": ".php_cs.dist"
},
"gitignore": [
".php_cs",
".php_cs.cache"
]
}