PHP-CS-Fixer fixes
This commit is contained in:
parent
7a9fd5c33c
commit
41732eeda9
6 changed files with 23 additions and 18 deletions
5
.php-cs-fixer.php
Normal file
5
.php-cs-fixer.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return (new PhpCsFixer\Config())
|
||||
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
|
||||
;
|
Loading…
Reference in a new issue