initial commit
This commit is contained in:
parent
36352310bc
commit
c7d809a867
|
@ -1,4 +0,0 @@
|
||||||
.php_cs
|
|
||||||
.idea/
|
|
||||||
.php_cs.cache
|
|
||||||
vendor/
|
|
14
.php_cs.dist
14
.php_cs.dist
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
|
||||||
->in(__DIR__)
|
|
||||||
->exclude('var')
|
|
||||||
;
|
|
||||||
|
|
||||||
return PhpCsFixer\Config::create()
|
|
||||||
->setRules([
|
|
||||||
'@Symfony' => true,
|
|
||||||
'array_syntax' => ['syntax' => 'short'],
|
|
||||||
])
|
|
||||||
->setFinder($finder)
|
|
||||||
;
|
|
Loading…
Reference in New Issue