update
This commit is contained in:
parent
f3c1524c2d
commit
3afa9900ce
9 changed files with 63 additions and 33 deletions
5
config/php-cs-fixer-conf.php
Normal file
5
config/php-cs-fixer-conf.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$config = new PhpCsFixer\Config();
|
||||
return $config
|
||||
->setIndent(" ");
|
||||
Loading…
Add table
Add a link
Reference in a new issue