Compare commits

..

1 commit

Author SHA1 Message Date
n
5d3e8cfbed
PHP-CS-Fixer fixes 2024-09-14 20:38:13 +02:00

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

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