ci2 #3

Merged
n merged 3 commits from ci2 into main 2024-09-14 21:24:36 +02:00
6 changed files with 23 additions and 18 deletions
Showing only changes of commit 41732eeda9 - 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())
;