Better throttling of backup generation
This commit is contained in:
parent
63d8cd4f3f
commit
06707fd33a
4 changed files with 43 additions and 3 deletions
1
.php_cs
1
.php_cs
|
@ -46,6 +46,7 @@ return PhpCsFixer\Config::create()
|
|||
'psr0' => ['dir' => 'app'],
|
||||
'psr4' => true,
|
||||
'random_api_migration' => true,
|
||||
'single_line_throw' => false,
|
||||
'standardize_not_equals' => true,
|
||||
'ternary_to_null_coalescing' => true,
|
||||
'yoda_style' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue