infinito/application/.php_cs.dist

9 lines
145 B
Plaintext
Raw Normal View History

2018-09-12 23:22:17 +03:00
<?php
return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
])
;