infinito/application/.php_cs.dist

9 lines
145 B
Plaintext
Raw Normal View History

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