ci2 #7

Merged
n merged 3 commits from ci2 into main 2024-09-14 21:15:53 +02:00
2 changed files with 10 additions and 5 deletions
Showing only changes of commit 10b1ee4a12 - Show all commits

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

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