PHP-CS-Fixer fixes

This commit is contained in:
n 2024-09-14 21:11:33 +02:00
parent a645506609
commit 10b1ee4a12
Signed by: n
GPG key ID: 510227DD6C502CE3
2 changed files with 10 additions and 5 deletions

5
.php-cs-fixer.php Normal file
View file

@ -0,0 +1,5 @@
<?php
return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
;